mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Refer to "end of line", not "newline" (#1517)
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
/******************** Tokens and data types ********************/
|
||||
|
||||
%token YYEOF 0 "end of file"
|
||||
%token newline
|
||||
%token newline "end of line"
|
||||
%token COMMA ","
|
||||
%token ORG "ORG"
|
||||
FLOATING "FLOATING"
|
||||
|
||||
Reference in New Issue
Block a user