Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: third_party/hunspell128/src/hunspell/affixmgr.hxx

Issue 173468: The first step towards fixing valgrind errors in the new hunspell.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/deps/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/hunspell128/src/hunspell/affixmgr.cxx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | third_party/hunspell128/src/hunspell/affixmgr.cxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698