zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: syntax error
@ 2006-07-26 13:14 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2006-07-26 13:14 UTC (permalink / raw)
  To: Zsh hackers list

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@csr.com>                  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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-26 13:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-26 13:14 PATCH: syntax error Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).