summaryrefslogtreecommitdiffstats
path: root/c/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'c/parser.y')
-rw-r--r--c/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/parser.y b/c/parser.y
index 4492d185..fd5dfbc7 100644
--- a/c/parser.y
+++ b/c/parser.y
@@ -72,9 +72,9 @@
%left ','
%right "//"
%nonassoc '=' SETPIPE SETPLUS SETMINUS SETMULT SETDIV SETDEFINEDOR
-%nonassoc EQ
%left OR
%left AND
+%nonassoc EQ
%left '+' '-'
%left '*' '/'