mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
Consistent case for .endmacro in comments
This commit is contained in:
parent
3f2129894b
commit
90d5f41b37
@ -401,7 +401,7 @@ void MacDef (unsigned Style)
|
||||
LastTokWasSep = 1;
|
||||
|
||||
/* Save the position of the start of the macro definition to allow
|
||||
** using Perror to display the error if .ENDMACRO isn't found
|
||||
** using Perror to display the error if .endmacro isn't found
|
||||
*/
|
||||
Pos = CurTok.Pos;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user