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:
@@ -16,12 +16,12 @@ MACRO iprint
|
||||
PRINTLN "{\1}"
|
||||
ENDM
|
||||
|
||||
s EQUS "hello"
|
||||
DEF s EQUS "hello"
|
||||
iprint s
|
||||
|
||||
MACRO symprint
|
||||
PRINTLN {\1}
|
||||
ENDM
|
||||
|
||||
hello EQUS "\"goodbye\""
|
||||
DEF hello EQUS "\"goodbye\""
|
||||
symprint s
|
||||
|
||||
Reference in New Issue
Block a user