mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Make EOF token name consistent across Bison versions
The "end of file" name apparently only became a default recently
This commit is contained in:
@@ -581,6 +581,8 @@ enum {
|
||||
%type <nConstValue> op_hl_ss
|
||||
%type <sVal> op_mem_ind
|
||||
%type <assertType> assert_type
|
||||
|
||||
%token T_EOF 0 "end of file"
|
||||
%start asmfile
|
||||
|
||||
%%
|
||||
|
||||
Reference in New Issue
Block a user