mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MACRO test
|
||||
v equs "X"
|
||||
X equs "" ; should not be expanded
|
||||
def v equs "X"
|
||||
def X equs "" ; should not be expanded
|
||||
\1
|
||||
ENDM
|
||||
test v 0
|
||||
|
||||
Reference in New Issue
Block a user