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

Re: Version 4.2.2 of zsh released



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