mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 15:57:48 +00:00
Suggest removing space before colon to define a label instead of invoking a macro
This commit is contained in:
@@ -4,8 +4,8 @@ error: `mac` already defined
|
||||
at lexer-hack.asm(24)
|
||||
and also:
|
||||
at lexer-hack.asm(1)
|
||||
error: Undefined macro `undef`
|
||||
error: Undefined macro `undef` (did you mean a label "undef:"?)
|
||||
at lexer-hack.asm(27)
|
||||
error: Undefined macro `undef`
|
||||
error: Undefined macro `undef` (did you mean a label "undef::"?)
|
||||
at lexer-hack.asm(28)
|
||||
Assembly aborted with 4 errors!
|
||||
|
||||
Reference in New Issue
Block a user