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,4 +1,4 @@
reverse: MACRO
MACRO reverse
for i, _NARG
i = _NARG - i - 1
shift i
@@ -9,7 +9,7 @@ ENDM
reverse $1, $2, $3
m: MACRO
MACRO m
shift 2
shift -3
shift 1