fix: add a semicolon after SKIP macros
This commit is contained in:
parent
abed43a169
commit
a9172e0caa
1 changed files with 1 additions and 1 deletions
|
|
@ -995,7 +995,7 @@ impl Generator {
|
|||
if action.in_main_token {
|
||||
add!(self, "ADVANCE({});", action.state);
|
||||
} else {
|
||||
add!(self, "SKIP({})", action.state);
|
||||
add!(self, "SKIP({});", action.state);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue