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

PATCH: syntax error



I see gcc is even more prevalent than ever before.

Index: Src/math.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/math.c,v
retrieving revision 1.26
diff -u -r1.26 math.c
--- Src/math.c	10 Jul 2006 13:08:23 -0000	1.26
+++ Src/math.c	26 Jul 2006 13:13:46 -0000
@@ -264,8 +264,8 @@
 zzlex(void)
 {
     int cct = 0;
-    yyval.type = MN_INTEGER;
     char *ie;
+    yyval.type = MN_INTEGER;
 
     for (;; cct = 0)
 	switch (*ptr++) {

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


To access the latest news from CSR copy this link into a web browser:  http://www.csr.com/email_sig.php



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