diff --git a/source/compiler/sc1.c b/source/compiler/sc1.c index 17d8ddb..983b8f7 100644 --- a/source/compiler/sc1.c +++ b/source/compiler/sc1.c @@ -6135,6 +6135,8 @@ fetchtok: } /* if */ break; case ':': + if (negate) + goto invalid_token_neg; tok=lex(&val,&str); if (tok!=tSYMBOL) { emit_invalid_token(tSYMBOL,tok);