lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev pre.1 LYCurses.h broken on OS390


From: T.E.Dickey
Subject: Re: lynx-dev pre.1 LYCurses.h broken on OS390
Date: Sat, 1 Apr 100 13:18:48 -0500 (EST)

> Apparently because of new code in LCurses.h: 
>  
>     +#ifndef getbkgd 
>     +#define getbkgd(win) ((win)->_bkgd) 
>     +#endif 
ok - then I'll have to ifdef this 

#if defined(PDCURSES) || defined(NCURSES_VERSION)
#endif
 
> OS/390's curses.h defines getbkgd as a function, not a macro, so the ifndef 
> passes, 
> then defines (win)->_bkgd as a struct, not unsigned long, causing the error. 
>  
> -- gil 
> --  
> StorageTek 
> INFORMATION made POWERFUL 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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