1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-25 02:29:52 +00:00

Consistent case for .endmacro in comments

This commit is contained in:
mvax 2023-03-02 17:26:05 -05:00
parent 3f2129894b
commit 90d5f41b37

View File

@ -401,7 +401,7 @@ void MacDef (unsigned Style)
LastTokWasSep = 1; LastTokWasSep = 1;
/* Save the position of the start of the macro definition to allow /* 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; Pos = CurTok.Pos;