mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-16 14:41:44 +00:00
Symbol names with more than two '.'s could be defined as constants
Dot-only names could also trip an assertion in `make develop` when used as labels
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
MACRO test
|
||||
println "\<...>"
|
||||
ENDM
|
||||
test 1, 2, 3, 4
|
||||
Reference in New Issue
Block a user