=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/bc.y,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/bc/bc.y 2003/11/11 19:49:02 1.16 +++ src/usr.bin/bc/bc.y 2003/11/13 19:05:32 1.17 @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: bc.y,v 1.16 2003/11/11 19:49:02 otto Exp $ */ +/* $OpenBSD: bc.y,v 1.17 2003/11/13 19:05:32 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -31,7 +31,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: bc.y,v 1.16 2003/11/11 19:49:02 otto Exp $"; +static const char rcsid[] = "$OpenBSD: bc.y,v 1.17 2003/11/13 19:05:32 otto Exp $"; #endif /* not lint */ #include @@ -127,7 +127,7 @@ %right ASSIGN_OP %left PLUS MINUS %left MULTIPLY DIVIDE REMAINDER -%left EXPONENT +%right EXPONENT %nonassoc UMINUS %nonassoc INCR DECR