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

Side by Side Diff: deps/third_party/hunspell128/src/hunspell/w_char.hxx

Issue 174308: Missing includes for new hunspell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/
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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « deps/third_party/hunspell128/src/hunspell/replist.cxx ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef __WCHARHXX__
2 #define __WCHARHXX__
3
4 #ifndef GCC
5 typedef struct {
6 #else
7 typedef struct __attribute__ ((packed)) {
8 #endif
9 unsigned char l;
10 unsigned char h;
11 } w_char;
12
13 // two character arrays
14 struct replentry {
15 char * pattern;
16 char * pattern2;
17 };
18
19 #endif
OLDNEW
« no previous file with comments | « deps/third_party/hunspell128/src/hunspell/replist.cxx ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698