[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Workaround for bug in HP-UX 11.00 C compiler
From: |
bug-ncurses |
Subject: |
Re: Workaround for bug in HP-UX 11.00 C compiler |
Date: |
Sun, 29 Jul 2001 12:18:15 -0500 |
User-agent: |
Mutt/1.2.5i |
On Sun, Jul 29, 2001 at 01:00:35PM -0400, Thomas Dickey wrote:
> On Sun, Jul 29, 2001 at 11:40:27AM -0500, address@hidden wrote:
> > The HP-UX 11.00 C compiler incorrectly barfs on the construct below.
> > Patch to work around. We have the latest version of the C compiler but
> > have not upgraded to it yet.
>
> huh (unless I'm missing something, it barfs on a missing space character).
In the case below, apparently.
> otoh, I saw some thread on (iirc) one of the SGI newsgroups reporting a
> line-too-long bug with gcc...
>
> > # what /opt/ansic/bin/cc
> > /opt/ansic/bin/cc:
> > LINT A.11.01.21505.GP CXREF A.11.01.21505.GP
> > HP92453-01 A.11.01.21505.GP HP C Compiler
> > $ CUPI80_IC7 Jan 7 1999 11:20:34 $
> >
> > --
> > albert chin (address@hidden)
> >
> > -- snip snip
> > --- form/form.h.orig Sun Jul 29 11:37:36 2001
> > +++ form/form.h Sun Jul 29 11:37:43 2001
> > @@ -332,7 +332,7 @@
> >
> > extern NCURSES_EXPORT(FORM *) new_form (FIELD **);
> >
> > -extern NCURSES_EXPORT(FIELD **)form_fields (const FORM *);
> > +extern NCURSES_EXPORT(FIELD **) form_fields (const FORM *);
> > extern NCURSES_EXPORT(FIELD *) current_field (const FORM *);
> >
> > extern NCURSES_EXPORT(WINDOW *) form_win (const FORM *);
--
albert chin (address@hidden)