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.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/wast-parser-lexer-shared.h b/src/wast-parser-lexer-shared.h
index 75385891..b5774d58 100644
--- a/src/wast-parser-lexer-shared.h
+++ b/src/wast-parser-lexer-shared.h
@@ -121,20 +121,20 @@ struct WastParser {
WastParseOptions* options;
};
-int wast_lexer_lex(union Token*,
- struct Location*,
- WastLexer*,
- struct WastParser*);
-void WABT_PRINTF_FORMAT(4, 5) wast_parser_error(struct Location*,
- WastLexer*,
- struct WastParser*,
- const char*,
- ...);
-void wast_format_error(ErrorHandler*,
- const struct Location*,
- WastLexer*,
- const char* format,
- va_list);
+int WastLexerLex(union Token*,
+ struct Location*,
+ WastLexer*,
+ struct WastParser*);
+void WABT_PRINTF_FORMAT(4, 5) WastParserError(struct Location*,
+ WastLexer*,
+ struct WastParser*,
+ const char*,
+ ...);
+void WastFormatError(ErrorHandler*,
+ const struct Location*,
+ WastLexer*,
+ const char* format,
+ va_list);
} // namespace wabt