diff options
Diffstat (limited to 'src/parse/token.cpp')
-rw-r--r-- | src/parse/token.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/token.cpp b/src/parse/token.cpp index f9c168e8..d8a68d88 100644 --- a/src/parse/token.cpp +++ b/src/parse/token.cpp @@ -477,6 +477,7 @@ struct EscapedString { case TOK_RWORD_BE: return "be"; case TOK_RWORD_UNSIZED: return "unsized"; + case TOK_RWORD_MACRO: return "macro"; } throw ParseError::BugCheck("Reached end of Token::to_str"); } |