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

Unified Diff: third_party/wds/gen/messagescanner.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/messagescanner.h ('k') | third_party/wds/wds.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wds/gen/messagescanner.cpp
diff --git a/third_party/wds/gen/messagescanner.cpp b/third_party/wds/gen/messagescanner.cpp
index d026d93d8ec9b863f829e92ebc7bdf6a3300496e..45b09fb3e7d0657d86ce51d699199172f47711ad 100644
--- a/third_party/wds/gen/messagescanner.cpp
+++ b/third_party/wds/gen/messagescanner.cpp
@@ -20,9 +20,13 @@
* 02110-1301 USA
*/
+#include <stdint.h>
+#define YY_NO_UNISTD_H 1
-#line 26 "gen/messagescanner.cpp"
+
+
+#line 30 "gen/messagescanner.cpp"
#define YY_INT_ALIGNED short int
@@ -1810,6 +1814,7 @@ static yyconst flex_int16_t yy_chk[4397] =
#define YY_RESTORE_YY_MORE_OFFSET
#include <string>
+
#include "parser.h"
#define yyterminate() return(END)
« no previous file with comments | « third_party/wds/gen/messagescanner.h ('k') | third_party/wds/wds.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698