diff options
Diffstat (limited to 'src/wast-parser-lexer-shared.h')
-rw-r--r-- | src/wast-parser-lexer-shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wast-parser-lexer-shared.h b/src/wast-parser-lexer-shared.h index 69ef6530..76be8f31 100644 --- a/src/wast-parser-lexer-shared.h +++ b/src/wast-parser-lexer-shared.h @@ -71,6 +71,7 @@ union Token { ConstVector* consts; DataSegment* data_segment; ElemSegment* elem_segment; + Exception* exception; Export* export_; Expr* expr; ExprList expr_list; |