Make EOF token name consistent across Bison versions

The "end of file" name apparently only became a default recently
This commit is contained in:
ISSOtm
2021-02-11 13:04:43 +01:00
parent b3c0db218d
commit 88e1cc7302
2 changed files with 6 additions and 5 deletions

View File

@@ -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
%%