From b082aab8d49e3b5a2e1eeee97fd9330f782b7381 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 8 Mar 2015 23:58:56 +0800 Subject: Cleanup to pattern handling --- src/parse/lex.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/lex.cpp') 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), -- cgit v1.2.3