Fix .endmacro not at the start of the line. Allow empty macro
This commit is contained in:
@@ -480,6 +480,7 @@ void MacDef (unsigned Style)
|
|||||||
*/
|
*/
|
||||||
if (Style == MAC_STYLE_CLASSIC) {
|
if (Style == MAC_STYLE_CLASSIC) {
|
||||||
ConsumeSep ();
|
ConsumeSep ();
|
||||||
|
LastTokWasSep = 1;
|
||||||
} else if (HaveParams) {
|
} else if (HaveParams) {
|
||||||
ConsumeRParen ();
|
ConsumeRParen ();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user