Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Version 4.2.2 of zsh released
- X-seq: zsh-workers 20701
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Version 4.2.2 of zsh released
- Date: Wed, 12 Jan 2005 17:27:13 +0100
- In-reply-to: <200501121257.j0CCvDS4024242@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200501121257.j0CCvDS4024242@xxxxxxxxxxxxxx>
Peter wrote:
> I've uploaded version 4.2.2 to ftp.zsh.org. Please try it out on as
> many systems as possible before I upload it to Sourceforge and announce
Well it failed on Sourceforge's older Mac OS X machine. (I'll try a few
other machines sometime later) Looks like there was a mistake made when
the UNUSED macro was copied from wherever it came:
Index: system.h
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/system.h,v
retrieving revision 1.20
diff -u -r1.20 system.h
--- system.h 2 Jun 2004 18:11:43 -0000 1.20
+++ system.h 12 Jan 2005 16:22:29 -0000
@@ -681,7 +681,7 @@
# define IS_DIRSEP(c) ((c) == '/')
#endif
-#if defined(__GNUC__) && !defined(APPLE)
+#if defined(__GNUC__) && !defined(__APPLE__)
/* Does the OS X port of gcc still gag on __attribute__? */
#define UNUSED(x) x __attribute__((__unused__))
#else
Messages sorted by:
Reverse Date,
Date,
Thread,
Author