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

Side by Side Diff: third_party/hunspell/src/parsers/testparser.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 <cstring> 1 #include <cstring>
2 #include <cstdlib> 2 #include <cstdlib>
3 #include <cstdio> 3 #include <cstdio>
4 4
5 #include "textparser.hxx" 5 #include "textparser.hxx"
6 #include "htmlparser.hxx" 6 #include "htmlparser.hxx"
7 #include "latexparser.hxx" 7 #include "latexparser.hxx"
8 8
9 #ifndef W32 9 #ifndef W32
10 using namespace std; 10 using namespace std;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 fprintf(stdout,"token: %s\n",next); 44 fprintf(stdout,"token: %s\n",next);
45 free(next); 45 free(next);
46 } 46 }
47 } 47 }
48 48
49 delete p; 49 delete p;
50 fclose(f); 50 fclose(f);
51 return 0; 51 return 0;
52 } 52 }
53 53
OLDNEW
« no previous file with comments | « third_party/hunspell/src/parsers/manparser.cxx ('k') | third_party/hunspell/src/parsers/textparser.hxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698