bug-ncurses
[Top][All Lists]
Advanced

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

Re: bool definition in include/curses.h.in


From: Thomas Dickey
Subject: Re: bool definition in include/curses.h.in
Date: Tue, 22 Apr 2003 19:16:16 -0400
User-agent: Mutt/1.2.5i

On Tue, Apr 22, 2003 at 05:54:12PM -0500, Albert Chin wrote:
> On Tue, Apr 22, 2003 at 06:50:43PM -0400, Thomas Dickey wrote:
> > On Tue, Apr 22, 2003 at 05:29:25PM -0500, Albert Chin wrote:
> > > Can we now change:
> > >   #if (!defined(__cplusplus) || address@hidden@) && (address@hidden@)
> > > to:
> > >   #if !defined(__cplusplus) && (address@hidden@)
...
> > > Do we still need to worry about GCC 2.5.8?
> > 
> > not really (gcc 3.[0-9] will provide enough variety)
> 
> So can we shorten the above to:
>   #if !defined(__cplusplus) && (address@hidden@)

I suppose so.  Except for SCO's similarly-antique C++ compiler, I don't
think any of them would compile ncurses' C++ binding.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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