From 2f47f8902b8fd81156abbf42d320bb0ac2fba06f Mon Sep 17 00:00:00 2001 From: Ulrich Neumerkel Date: Thu, 11 Jun 2009 05:32:06 +0200 Subject: [PATCH] Operator change for ISO/SWI --- C/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/init.c b/C/init.c index efef8bb11..ebe01d74e 100644 --- a/C/init.c +++ b/C/init.c @@ -405,7 +405,7 @@ static Opdef Ops[] = { {"#", yfx, 500}, {"+", fx, 500}, {"-", fy, 200}, - {"\\", fx, 500}, + {"\\", fy, 200}, {"rdiv", yfx, 400}, {"*", yfx, 400}, {"/", yfx, 400},