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

Unified Diff: third_party/wds/gen/headerscanner.cpp

Issue 1919083003: Update WDS library to version 1.1.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/wds/gen/headerscanner.h ('k') | third_party/wds/gen/messagescanner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wds/gen/headerscanner.cpp
diff --git a/third_party/wds/gen/headerscanner.cpp b/third_party/wds/gen/headerscanner.cpp
index 4ddeffa24b6bc01ed62e8205797a996f6d47bbc5..1b9a3d174d0b08d606edb1a532653c6c93bda2c1 100644
--- a/third_party/wds/gen/headerscanner.cpp
+++ b/third_party/wds/gen/headerscanner.cpp
@@ -20,9 +20,13 @@
* 02110-1301 USA
*/
+#include <stdint.h>
+#define YY_NO_UNISTD_H 1
-#line 26 "gen/headerscanner.cpp"
+
+
+#line 30 "gen/headerscanner.cpp"
#define YY_INT_ALIGNED short int
@@ -1272,6 +1276,7 @@ static yyconst flex_int16_t yy_chk[2708] =
#define YY_RESTORE_YY_MORE_OFFSET
#include <string>
+
#include "parser.h"
#define yyterminate() return(END)
« no previous file with comments | « third_party/wds/gen/headerscanner.h ('k') | third_party/wds/gen/messagescanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698