mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
c75a953 broke my (previously-working) project that defined, via
macros, 'sizeof_.player'.
A test was added to confirm that those are indeed accepted
outside of macros.
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
ERROR: -(45) -> test_char(2):
|
|
Macro 'something' not defined
|
|
$5
|
|
$6
|
|
$7
|
|
$8
|
|
sizeof__something equals $1
|
|
sizeof_@something equals $1
|
|
sizeof_#something equals $1
|
|
sizeof_.something equals $1
|