Removed unnecessary commas seperating yacc tokens, to prevent warnings.

This commit is contained in:
dtrg
2006-07-18 16:52:08 +00:00
parent 309f5d5560
commit c5f106f53e
2 changed files with 3 additions and 3 deletions

View File

@@ -36,5 +36,5 @@
%token <y_word> CLEARCC
%token <y_word> SETCC
%type <y_word> opr1, opr2, op2, fopr2, fopr1, ari, ainc, adec
%type <y_word> fop2, clcc, secc, fregister
%type <y_word> opr1 opr2 op2 fopr2 fopr1 ari ainc adec
%type <y_word> fop2 clcc secc fregister