Removed unnecessary commas seperating yacc tokens, to prevent warnings.

This commit is contained in:
dtrg 2006-07-18 17:17:14 +00:00
parent 4c0a0e6119
commit f5bbc20093

View file

@ -111,12 +111,12 @@ iocc_t iops[20];
%left '|'
%left '^'
%left '&'
%left CMPEQ,CMPNE
%left CMPLT,CMPLE,CMPGT,CMPGE
%left RSHIFT,LSHIFT
%left '+','-'
%left '*','/','%'
%nonassoc NOT,COMP,UMINUS
%left CMPEQ CMPNE
%left CMPLT CMPLE CMPGT CMPGE
%left RSHIFT LSHIFT
%left '+' '-'
%left '*' '/' '%'
%nonassoc NOT COMP UMINUS
%start machtable