diff options
Diffstat (limited to 'src/wast-parser.h')
-rw-r--r-- | src/wast-parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wast-parser.h b/src/wast-parser.h index 0f36cb70..19233079 100644 --- a/src/wast-parser.h +++ b/src/wast-parser.h @@ -149,7 +149,9 @@ class WastParser { Result ParseInlineImport(Import*); Result ParseTypeUseOpt(FuncDeclaration*); Result ParseFuncSignature(FuncSignature*, BindingHash* param_bindings); + Result ParseUnboundFuncSignature(FuncSignature*); Result ParseBoundValueTypeList(TokenType, TypeVector*, BindingHash*); + Result ParseUnboundValueTypeList(TokenType, TypeVector*); Result ParseResultList(TypeVector*); Result ParseInstrList(ExprList*); Result ParseTerminatingInstrList(ExprList*); |