Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Enhancing math expressions a bit



Helmut just told me that there is a typo in that patch (6995). Sorry,
forgot to diff it again after trying/fixing.


Bye
 Sven

--- os/math.c	Wed Jul  7 11:28:43 1999
+++ Src/math.c	Wed Jul  7 11:29:47 1999
@@ -361,7 +361,7 @@
 
 		    ptr++;
 		    ptr = getkeystring(ptr, NULL, 6, &v);
-		    uuval = v;
+		    yyval = v;
 		    unary = 0;
 		    return NUM;
 		}

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author