~ubuntu-branches/ubuntu/hardy/uim/hardy

« back to all changes in this revision

Viewing changes to helper/dict-canna-cclass.h

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2007-04-21 03:46:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070421034609-gpcurkutp8vaysqj
Tags: 1:1.4.1-3
* Switch to dh_gtkmodules for the gtk 2.10 transition (Closes:
  #419318)
  - debian/control: Add ${misc:Depends} and remove libgtk2.0-bin on
    uim-gtk2.0.
  - debian/uim-gtk2.0.post{inst,rm}: Removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  Copyright (c) 2003,2004 Masahito Omote <omote@utyuuzin.net>
3
 
 *                2005-2006 uim Project http://uim.freedesktop.org/
 
3
 *                2005-2007 uim Project http://uim.freedesktop.org/
4
4
 *
5
5
 *  All rights reserved.
6
6
 *
102
102
} category_code;
103
103
 
104
104
extern category_code substantive_code[];
105
 
extern category_code adverb_code[];
106
105
extern category_code verb_code[];
107
106
extern category_code adjective_code[];
 
107
extern category_code adverb_code[];
108
108
extern category_code etc_code[];
109
109
 
110
110
extern unsigned int nr_substantive_code;
111
 
extern unsigned int nr_adverb_code;
112
111
extern unsigned int nr_verb_code;
113
112
extern unsigned int nr_adjective_code;
 
113
extern unsigned int nr_adverb_code;
114
114
extern unsigned int nr_etc_code;
115
115
 
116
116
#if 0