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

Side by Side Diff: third_party/hunspell/src/parsers/manparser.cxx

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 #include <cstdlib> 1 #include <cstdlib>
2 #include <cstring> 2 #include <cstring>
3 #include <cstdio> 3 #include <cstdio>
4 #include <ctype.h> 4 #include <ctype.h>
5 5
6 #include "../hunspell/csutil.hxx" 6 #include "../hunspell/csutil.hxx"
7 #include "manparser.hxx" 7 #include "manparser.hxx"
8 8
9 9
10 #ifndef W32 10 #ifndef W32
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 } 62 }
63 break; 63 break;
64 } 64 }
65 if (next_char(line[actual], &head)) { 65 if (next_char(line[actual], &head)) {
66 state = 0; 66 state = 0;
67 return NULL; 67 return NULL;
68 } 68 }
69 } 69 }
70 } 70 }
71 71
OLDNEW
« no previous file with comments | « third_party/hunspell/src/parsers/manparser.hxx ('k') | third_party/hunspell/src/parsers/testparser.cxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698