| Index: third_party/wds/gen/errorscanner.cpp
|
| diff --git a/third_party/wds/gen/errorscanner.cpp b/third_party/wds/gen/errorscanner.cpp
|
| index 5051997530bdd29537fa8b6da18ba218f0f6a387..09e1f6f425d6e98c754852e60bf0c7e24d72a423 100644
|
| --- a/third_party/wds/gen/errorscanner.cpp
|
| +++ b/third_party/wds/gen/errorscanner.cpp
|
| @@ -20,9 +20,13 @@
|
| * 02110-1301 USA
|
| */
|
|
|
| +#include <stdint.h>
|
|
|
| +#define YY_NO_UNISTD_H 1
|
|
|
| -#line 26 "gen/errorscanner.cpp"
|
| +
|
| +
|
| +#line 30 "gen/errorscanner.cpp"
|
|
|
| #define YY_INT_ALIGNED short int
|
|
|
| @@ -673,7 +677,9 @@ static yyconst flex_int16_t yy_chk[572] =
|
| #define YY_RESTORE_YY_MORE_OFFSET
|
|
|
| #include <string>
|
| +
|
| #include "parser.h"
|
| +
|
| #define yyterminate() return(END)
|
|
|
| #define INITIAL 0
|
|
|