> 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
[EMAIL PROTECTED]
http://www.clark.net/pub/dickey

Reply via email to