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

Side by Side Diff: third_party/hunspell/src/hunspell/affentry.hxx

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
OLDNEW
1 #ifndef _AFFIX_HXX_ 1 #ifndef _AFFIX_HXX_
2 #define _AFFIX_HXX_ 2 #define _AFFIX_HXX_
3 3
4 #include "hunvisapi.h" 4 #include "hunvisapi.h"
5 5
6 #include "atypes.hxx" 6 #include "atypes.hxx"
7 #include "baseaffix.hxx" 7 #include "baseaffix.hxx"
8 #include "affixmgr.hxx" 8 #include "affixmgr.hxx"
9 9
10 /* A Prefix Entry */ 10 /* A Prefix Entry */
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 inline void setFlgNxt(SfxEntry * ptr) { flgnxt = ptr; } 127 inline void setFlgNxt(SfxEntry * ptr) { flgnxt = ptr; }
128 128
129 inline char * nextchar(char * p); 129 inline char * nextchar(char * p);
130 inline int test_condition(const char * st, const char * begin); 130 inline int test_condition(const char * st, const char * begin);
131 131
132 }; 132 };
133 133
134 #endif 134 #endif
135 135
136 136
OLDNEW
« no previous file with comments | « third_party/hunspell/src/hunspell/README ('k') | third_party/hunspell/src/hunspell/affentry.cxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698