Allow empty macro arguments, with a warning

Fixes #739
This commit is contained in:
Rangi
2021-02-17 18:54:02 -05:00
committed by Rangi
parent 63d15ac8c9
commit 1dafc1c762
11 changed files with 106 additions and 23 deletions

View File

@@ -14,3 +14,10 @@ ENDM
c, d
mac 1, 2 + /* another ;
; comment */ 2, 3
mac
mac a,,
mac ,,z
mac a,,z
mac ,a,b,c,
mac ,,x,,