Fix minor issue involving #define -1 inside of an #if block

This commit is contained in:
Jeremiah Orians 2021-12-26 07:57:00 -05:00
parent 5a81f6ae68
commit 48857058eb
No known key found for this signature in database
GPG Key ID: 6B3A3F198708F894
1 changed files with 2 additions and 3 deletions

View File

@ -551,9 +551,8 @@ void handle_define()
if(NULL == hold)
{
fputs("#define got something it can't handle\n", stderr);
line_error_token(macro_token);
exit(EXIT_FAILURE);
eat_current_token();
continue;
}
expansion_end = macro_token;