fix translate-c regression

introduced in eb65410b62
This commit is contained in:
Andrew Kelley
2019-05-09 20:11:56 -04:00
parent eea2de108d
commit 09cff0d2bd

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;
}