mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 08:45:52 +00:00
fix translate-c regression
introduced in eb65410b624d3aa8c56e7f2d2e68502030f8e981
This commit is contained in:
parent
eea2de108d
commit
09cff0d2bd
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user