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 7cd6288b..56367ab7 100644 --- a/src/wast-parser-lexer-shared.h +++ b/src/wast-parser-lexer-shared.h @@ -92,6 +92,7 @@ union Token { Script* script; Table* table; TextList text_list; + TryExpr* try_expr; TypeVector* types; uint32_t u32; uint64_t u64; |