We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0a0e6 commit f5bbc20Copy full SHA for f5bbc20
util/ncgg/cgg.y
@@ -111,12 +111,12 @@ iocc_t iops[20];
111
%left '|'
112
%left '^'
113
%left '&'
114
-%left CMPEQ,CMPNE
115
-%left CMPLT,CMPLE,CMPGT,CMPGE
116
-%left RSHIFT,LSHIFT
117
-%left '+','-'
118
-%left '*','/','%'
119
-%nonassoc NOT,COMP,UMINUS
+%left CMPEQ CMPNE
+%left CMPLT CMPLE CMPGT CMPGE
+%left RSHIFT LSHIFT
+%left '+' '-'
+%left '*' '/' '%'
+%nonassoc NOT COMP UMINUS
120
121
%start machtable
122
0 commit comments