Skip to content
Snippets Groups Projects
Commit f8e59831 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Removed unused token from YACC file.

parent cf25e404
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ int lineno = 0; ...@@ -33,7 +33,7 @@ int lineno = 0;
char *sval; char *sval;
} }
%token <sval> COMMENT DIRECTIVE LABEL WORD %token <sval> COMMENT DIRECTIVE WORD
%token NEWLINE COMMA COLON %token NEWLINE COMMA COLON
%% %%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment