bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Workaround for bug in HP-UX 11.00 C compiler


From: Thomas Dickey
Subject: Re: Workaround for bug in HP-UX 11.00 C compiler
Date: Sun, 29 Jul 2001 13:00:35 -0400
User-agent: Mutt/1.2.5i

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).

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 *);
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]