mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 07:47:49 +00:00
Implement a '#' prefix for raw identifiers that may alias keywords (#1480)
* Implement a '#' prefix for raw identifiers that may alias keywords * Review comments * Disallow hashless raw identifiers in interpolations * Run clang-format
This commit is contained in:
5
test/asm/empty-raw-identifier.err
Normal file
5
test/asm/empty-raw-identifier.err
Normal file
@@ -0,0 +1,5 @@
|
||||
error: empty-raw-identifier.asm(5) -> empty-raw-identifier.asm::macro(3):
|
||||
Invalid character in bracketed macro argument '?'
|
||||
error: empty-raw-identifier.asm(5) -> empty-raw-identifier.asm::macro(3):
|
||||
Empty raw symbol in bracketed macro argument
|
||||
error: Assembly aborted (2 errors)!
|
||||
Reference in New Issue
Block a user