Files
rgbds/test/asm/syntax-error-after-syntax-error.err
Rangi 0068c1375c Syntax error message hints to indent macro invocations
This message is only printed for identifiers parsed as
`T_LABEL` (since they're at the start of a line) but
already defined as macros. Otherwise it may not be
relevant, e.g. for `MyLabel;:` or `My Label::`.
2021-05-22 14:58:26 +02:00

14 lines
620 B
Plaintext

ERROR: syntax-error-after-syntax-error.asm(6):
syntax error, unexpected newline
ERROR: syntax-error-after-syntax-error.asm(7):
syntax error, unexpected newline
To invoke `mac` as a macro it must be indented
ERROR: syntax-error-after-syntax-error.asm(8):
syntax error, unexpected number
To invoke `mac` as a macro it must be indented
ERROR: syntax-error-after-syntax-error.asm(9):
'mac' already defined at syntax-error-after-syntax-error.asm(1)
ERROR: syntax-error-after-syntax-error.asm(10):
'mac' already defined at syntax-error-after-syntax-error.asm(1)
error: Assembly aborted (5 errors)!