mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Refer to "end of line", not "newline" (#1517)
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
/******************** Tokens ********************/
|
||||
|
||||
%token YYEOF 0 "end of file"
|
||||
%token NEWLINE "newline"
|
||||
%token NEWLINE "end of line"
|
||||
%token EOB "end of buffer"
|
||||
|
||||
// General punctuation
|
||||
|
||||
Reference in New Issue
Block a user