Skip to content

Commit

Permalink
Define YYEOF for bison 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Dec 8, 2023
1 parent cbe941b commit 8f08620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/link/script.y
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
};
}

%token YYEOF 0
%token newline
%token ORG "ORG"
INCLUDE "INCLUDE"
Expand Down

0 comments on commit 8f08620

Please sign in to comment.