diff options
Diffstat (limited to 'boot/lexer.ll')
| -rw-r--r-- | boot/lexer.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/lexer.ll b/boot/lexer.ll index 89eb4ed..1cccd35 100644 --- a/boot/lexer.ll +++ b/boot/lexer.ll @@ -134,6 +134,9 @@ const { var { return yy::parser::make_VAR(this->location); } +threadvar { + return yy::parser::make_THREADVAR(this->location); +} type { return yy::parser::make_TYPE(this->location); } |
