mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 12:02:08 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -17,11 +17,11 @@ SECTION UNION "test", WRAM0,ALIGN[9]
|
||||
|
||||
|
||||
MACRO check_label
|
||||
EXPECTED equ \2
|
||||
def EXPECTED equ \2
|
||||
IF \1 == EXPECTED
|
||||
RESULT equs "OK!"
|
||||
def RESULT equs "OK!"
|
||||
ELSE
|
||||
RESULT equs "expected {EXPECTED}"
|
||||
def RESULT equs "expected {EXPECTED}"
|
||||
ENDC
|
||||
PURGE EXPECTED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user