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

Unified Diff: chrome/third_party/hunspell/src/hunspell/affentry.hxx

Issue 155841: Update Hunspell to the latest stable version to use the latest dictionary for... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | « chrome/third_party/hunspell/hunspell.gyp ('k') | chrome/third_party/hunspell/src/hunspell/affentry.cxx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/third_party/hunspell/src/hunspell/affentry.hxx
===================================================================
--- chrome/third_party/hunspell/src/hunspell/affentry.hxx (revision 21721)
+++ chrome/third_party/hunspell/src/hunspell/affentry.hxx (working copy)
@@ -54,6 +54,7 @@
inline void setNextEQ(PfxEntry * ptr) { nexteq = ptr; }
inline void setFlgNxt(PfxEntry * ptr) { flgnxt = ptr; }
+ inline char * nextchar(char * p);
inline int test_condition(const char * st);
};
@@ -123,7 +124,9 @@
inline void setNextEQ(SfxEntry * ptr) { nexteq = ptr; }
inline void setFlgNxt(SfxEntry * ptr) { flgnxt = ptr; }
+ inline char * nextchar(char * p);
inline int test_condition(const char * st, const char * begin);
+
};
#endif
Property changes on: chrome\third_party\hunspell\src\hunspell\affentry.hxx
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/third_party/hunspell/hunspell.gyp ('k') | chrome/third_party/hunspell/src/hunspell/affentry.cxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698