__emit: Fix previously undetected error case related to invalid use of the '-' sign
This commit is contained in:
parent
40dace770f
commit
3c370ffde2
@ -6135,6 +6135,8 @@ fetchtok:
|
|||||||
} /* if */
|
} /* if */
|
||||||
break;
|
break;
|
||||||
case ':':
|
case ':':
|
||||||
|
if (negate)
|
||||||
|
goto invalid_token_neg;
|
||||||
tok=lex(&val,&str);
|
tok=lex(&val,&str);
|
||||||
if (tok!=tSYMBOL) {
|
if (tok!=tSYMBOL) {
|
||||||
emit_invalid_token(tSYMBOL,tok);
|
emit_invalid_token(tSYMBOL,tok);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user