mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Fix .endmacro in a .define in a macro body
This commit is contained in:
parent
e87325033d
commit
429e90dffd
@ -590,7 +590,7 @@ void MacDef (unsigned Style)
|
|||||||
NextTok ();
|
NextTok ();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reset the Incomplete flag now that parsing is done */
|
/* Reset the Incomplete flag now that parsing is done */
|
||||||
M->Incomplete = 0;
|
M->Incomplete = 0;
|
||||||
|
|
||||||
Done:
|
Done:
|
||||||
|
Loading…
Reference in New Issue
Block a user