Browse Source

Removed unused token from YACC file.

Taddeüs Kroes 14 years ago
parent
commit
f8e59831a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/peephole.y

+ 1 - 1
src/peephole.y

@@ -33,7 +33,7 @@ int lineno = 0;
     char *sval;
 }
 
-%token <sval> COMMENT DIRECTIVE LABEL WORD
+%token <sval> COMMENT DIRECTIVE WORD
 %token NEWLINE COMMA COLON
 
 %%