1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Fix .endmacro in a .define in a macro body

This commit is contained in:
mvax 2023-02-25 12:42:26 -05:00
parent e87325033d
commit 429e90dffd

View File

@ -590,7 +590,7 @@ void MacDef (unsigned Style)
NextTok ();
}
/* Reset the Incomplete flag now that parsing is done */
/* Reset the Incomplete flag now that parsing is done */
M->Incomplete = 0;
Done: