This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: c++ bug in egcs_1_1_branch


On Jan 24, 1999, "Jack Howarth" <howarth@nitro.med.uc.edu> wrote:

> which when compiled with 'c++ test.cc' produces the following error on
> parsing the curses.h header.

> In file included from test.cc:1:
> /usr/include/ncurses/curses.h:95: abstract declarator used as declaration

> #define CXX_BUILTIN_BOOL 0

This is clearly bogus.  CXX_BUILTIN_BOOL should be 1 to avoid the
incorrect typedef.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]