mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 20:12:07 +00:00
Allow periods to continue macro args
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.
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
ERROR: label-macro-arg.asm(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
|
||||
|
||||
Reference in New Issue
Block a user