mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove extra entry in error stack on macro not defined (#394)
While working on #392, I noticed that the macro-@ test (as well as the line-continuation test, but for that one see #393) printed an additional '@(-1)' entry which doesn't make sense.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
ERROR: macro-@.asm(1) -> @(-1):
|
||||
ERROR: macro-@.asm(1):
|
||||
Macro '@' not defined
|
||||
|
||||
Reference in New Issue
Block a user