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:
Eldred Habert
2019-08-30 02:14:21 +02:00
committed by GitHub
parent 05becf3f4b
commit 12d82eb768
3 changed files with 3 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
ERROR: macro-@.asm(1) -> @(-1):
ERROR: macro-@.asm(1):
Macro '@' not defined

View File

@@ -1,2 +1,2 @@
ERROR: -(1) -> @(-1):
ERROR: -(1):
Macro '@' not defined