diff eval.c @ 28:8a955e3dda2c posted-20101220

two more tests, more fixes
author David A. Holland
date Mon, 20 Dec 2010 05:42:15 -0500
parents 9dda765ee85c
children 76c114899f63
line wrap: on
line diff
--- a/eval.c	Mon Dec 20 05:01:18 2010 -0500
+++ b/eval.c	Mon Dec 20 05:42:15 2010 -0500
@@ -220,7 +220,7 @@
 
 static
 int
-eval_bop(struct place *p, enum tokens op, int lv, int rv)
+eval_bop(struct place *p, int lv, enum tokens op, int rv)
 {
 	unsigned mask;