mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Fix .endmacro in a .define in a macro body
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user