diff options
Diffstat (limited to 'src/ast-lexer.h')
-rw-r--r-- | src/ast-lexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast-lexer.h b/src/ast-lexer.h index d85f0fb4..0b620be3 100644 --- a/src/ast-lexer.h +++ b/src/ast-lexer.h @@ -49,7 +49,7 @@ typedef struct WabtAstLexer { size_t line_file_offset; /* file offset of the start of the current line */ /* lexing data needed by re2c */ - WabtBool eof; + bool eof; char* buffer; size_t buffer_size; char* marker; |