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 |