zsh-workers
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <okiddle@yahoo.co.uk>
To: zsh-workers@sunsite.dk
Subject: Re: Version 4.2.2 of zsh released
Date: Wed, 12 Jan 2005 17:27:13 +0100	[thread overview]
Message-ID: <8012.1105547233@trentino.logica.co.uk> (raw)
In-Reply-To: <200501121257.j0CCvDS4024242@news01.csr.com>

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


       reply	other threads:[~2005-01-12 16:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200501121257.j0CCvDS4024242@news01.csr.com>
2005-01-12 16:27 ` Oliver Kiddle [this message]
2005-01-12 20:00   ` Wayne Davison
     [not found] <200501121257.j0CCvDS4024242__47538.8375147761$1105534784$gmane$org@news01.csr.com>
2005-01-13  8:19 ` Alexey Vatchenko
2005-01-13 10:30   ` Peter Stephenson
2005-01-13 12:47     ` Alexey Vatchenko
2005-01-13 13:03       ` Alexey Vatchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8012.1105547233@trentino.logica.co.uk \
    --to=okiddle@yahoo.co.uk \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).