Commit f8e59831 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Removed unused token from YACC file.

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