diff options
Diffstat (limited to 'include/wabt/wast-parser.h')
-rw-r--r-- | include/wabt/wast-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wabt/wast-parser.h b/include/wabt/wast-parser.h index 8ba71e47..34b73e71 100644 --- a/include/wabt/wast-parser.h +++ b/include/wabt/wast-parser.h @@ -203,6 +203,7 @@ class WastParser { Result ParseBlock(Block*); Result ParseExprList(ExprList*); Result ParseExpr(ExprList*); + Result ParseTryTableCatches(TryTableVector* catches); Result ParseCatchInstrList(CatchVector* catches); Result ParseCatchExprList(CatchVector* catches); Result ParseGlobalType(Global*); |