summaryrefslogtreecommitdiff
path: root/src/wast-parser-lexer-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wast-parser-lexer-shared.h')
-rw-r--r--src/wast-parser-lexer-shared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wast-parser-lexer-shared.h b/src/wast-parser-lexer-shared.h
index 4b36a917..8cf3c780 100644
--- a/src/wast-parser-lexer-shared.h
+++ b/src/wast-parser-lexer-shared.h
@@ -23,7 +23,7 @@
#include "common.h"
#include "ir.h"
#include "source-error-handler.h"
-#include "wast-lexer.h"
+#include "wast-parser.h"
#define WABT_WAST_PARSER_STYPE Token
#define WABT_WAST_PARSER_LTYPE Location
@@ -103,6 +103,7 @@ struct WastParser {
int16_t* yyssa;
YYSTYPE* yyvsa;
YYLTYPE* yylsa;
+ WastParseOptions* options;
};
int wast_lexer_lex(union Token*,