Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: Build Failures on SunOS-4.1 and 5.5
- X-seq: zsh-workers 13964
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Clint Adams <schizo@xxxxxxxxxx>
- Subject: Re: PATCH: Re: Build Failures on SunOS-4.1 and 5.5
- Date: Thu, 12 Apr 2001 15:57:41 +0000
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <1010412153947.ZM31455@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <545wv8qb31n.fsf@xxxxxxxxxxxxxxxx> <20010412105441.A24525@xxxxxxxx> <1010412153947.ZM31455@xxxxxxxxxxxxxxxxxxxxxxx>
On Apr 12, 3:39pm, Bart Schaefer wrote:
}
} No, that's bad. Don't commit it. <term.h> is not included by system.h
It appears everything in the #ifndef HAVE_TERMCAP_H block in prototypes.h
is declared in <term.h>. So rather than #ifdef just that one line in
prototypes.h, it's probably better to (1) change system.h to conditionally
include <term.h> (only when not HAVE_TERMCAP_H) and (2) make the entire
block in prototypes.h be wrapped in
#if !(defined(HAVE_TERMCAP_H) || defined(HAVE_TERM_H))
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author