fix translate-c regression

introduced in eb65410b624d3aa8c56e7f2d2e68502030f8e981
This commit is contained in:
Andrew Kelley 2019-05-09 20:11:56 -04:00
parent eea2de108d
commit 09cff0d2bd
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -265,6 +265,7 @@ void tokenize_c_macro(CTokenize *ctok, const uint8_t *c) {
ctok->state = CTokStateStart;
break;
default:
end_token(ctok);
ctok->state = CTokStateStart;
continue;
}