diff src/parse.y @ 5160:6b9c4cf05a6a

[project @ 2005-02-23 01:43:50 by jwe]
author jwe
date Wed, 23 Feb 2005 01:43:50 +0000
parents 7f4a3e4bc58a
children 3cdcddfab90b
line wrap: on
line diff
--- a/src/parse.y	Wed Feb 23 00:57:13 2005 +0000
+++ b/src/parse.y	Wed Feb 23 01:43:50 2005 +0000
@@ -468,7 +468,7 @@
 %left '*' '/' LEFTDIV EMUL EDIV ELEFTDIV
 %left QUOTE TRANSPOSE
 %left UNARY PLUS_PLUS MINUS_MINUS EXPR_NOT
-%right POW EPOW
+%left POW EPOW
 %left '(' '.' '{'
 
 // Where to start.