Deprecate the old macro syntax (#1025)

Fixes #1011
This commit is contained in:
Rangi
2022-08-28 15:22:21 -04:00
committed by GitHub
parent 7a2ee26792
commit 14e6a79adc
55 changed files with 94 additions and 87 deletions

View File

@@ -1,11 +1,11 @@
m1: MACRO
MACRO m1
x\1
ENDM
S EQUS "y"
S2 EQUS "yy"
m2: MACRO
MACRO m2
S\1
ENDM
@@ -20,7 +20,7 @@ ENDM
println yy
test_char: MACRO
MACRO test_char
VAR_DEF equs "sizeof_\1something = 0"
VAR_DEF
sizeof_\1something = 1