diff options
Diffstat (limited to 'src/parse/lex.cpp')
-rw-r--r-- | src/parse/lex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/lex.cpp b/src/parse/lex.cpp index a81086ce..678da4d0 100644 --- a/src/parse/lex.cpp +++ b/src/parse/lex.cpp @@ -100,6 +100,7 @@ static const struct { const char* chars; signed int type; } RWORDS[] = { + TOKENT("_", TOK_UNDERSCORE), TOKENT("abstract",TOK_RWORD_ABSTRACT), TOKENT("alignof", TOK_RWORD_ALIGNOF), TOKENT("as", TOK_RWORD_AS), |