| Index: third_party/hunspell128/src/hunspell/affixmgr.hxx
|
| ===================================================================
|
| --- third_party/hunspell128/src/hunspell/affixmgr.hxx (revision 24436)
|
| +++ third_party/hunspell128/src/hunspell/affixmgr.hxx (working copy)
|
| @@ -256,21 +256,8 @@
|
| #ifdef HUNSPELL_CHROME_CLIENT
|
| // Not owned by us, owned by the Hunspell object.
|
| hunspell::BDictReader* bdict_reader;
|
| +#endif
|
|
|
| - int parse_file();
|
| - int parse_flag(char * line, unsigned short * out);
|
| - int parse_num(char * line, int * out);
|
| - int parse_cpdsyllable(char * line);
|
| -
|
| - int parse_reptable(char * line, hunspell::LineIterator* iterator);
|
| - int parse_convtable(char * line, hunspell::LineIterator* iterator, RepList ** rl, const char * keyword);
|
| - int parse_phonetable(char * line, hunspell::LineIterator* iterator);
|
| - int parse_maptable(char * line, hunspell::LineIterator* iterator);
|
| - int parse_breaktable(char * line, hunspell::LineIterator* iterator);
|
| - int parse_checkcpdtable(char * line, hunspell::LineIterator* iterator);
|
| - int parse_defcpdtable(char * line, hunspell::LineIterator* iterator);
|
| - int parse_affix(char * line, const char at, hunspell::LineIterator* iterator);
|
| -#else
|
| int parse_file(FILE* aff_handle, const char * key);
|
| int parse_flag(char * line, unsigned short * out, FileMgr * af);
|
| int parse_num(char * line, int * out, FileMgr * af);
|
| @@ -284,7 +271,6 @@
|
| int parse_checkcpdtable(char * line, FileMgr * af);
|
| int parse_defcpdtable(char * line, FileMgr * af);
|
| int parse_affix(char * line, const char at, FileMgr * af, char * dupflags);
|
| -#endif
|
|
|
| void reverse_condition(char *);
|
| void debugflag(char * result, unsigned short flag);
|
|
|