summaryrefslogtreecommitdiff
path: root/src/wast-lexer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wast-lexer.cc')
-rw-r--r--src/wast-lexer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wast-lexer.cc b/src/wast-lexer.cc
index 877efefc..4ba1c0a5 100644
--- a/src/wast-lexer.cc
+++ b/src/wast-lexer.cc
@@ -59,7 +59,7 @@
#define BEGIN(c) cond = (c)
#define FILL(n) \
do { \
- if (WABT_FAILED(Fill(loc, parser, (n)))) { \
+ if (Failed(Fill(loc, parser, (n)))) { \
int value = NAME_TO_VALUE(EOF); \
SetToken(value); \
return PopLookaheadToken(lval, loc); \