summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/expand/assert.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expand/assert.cpp b/src/expand/assert.cpp
index 1c057935..5bb23bde 100644
--- a/src/expand/assert.cpp
+++ b/src/expand/assert.cpp
@@ -31,6 +31,7 @@ class CExpander_assert:
::std::vector<TokenTree> toks;
toks.push_back( Token(TOK_RWORD_IF) );
+ toks.push_back( Token(TOK_EXCLAM) );
GET_TOK(tok, lex);
if( tok == TOK_COMMA )