X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Sat, 10 Jan 2004 22:29:35 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <7105-Sat10Jan2004222934+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <400034C9.B3F8281D@yahoo.com> (message from CBFalconer on Sat, 10 Jan 2004 12:22:17 -0500) Subject: Re: stdbool.h and complex.h References: <3FFCF1F4 DOT B86AC9DA AT yahoo DOT com> <3FFDEB2F DOT F9560613 AT yahoo DOT com> <9003-Fri09Jan2004105245+0200-eliz AT elta DOT co DOT il> <3FFE97BE DOT 4CA94BA3 AT yahoo DOT com> <3FFF2420 DOT 7090305 AT phekda DOT gotadsl DOT co DOT uk> <3FFF586F DOT 611F9247 AT yahoo DOT com> <3405-Sat10Jan2004133647+0200-eliz AT elta DOT co DOT il> <400034C9 DOT B3F8281D AT yahoo DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 10 Jan 2004 12:22:17 -0500 > From: CBFalconer > > the file uses _Bool to define bool, which does not exist. No, it says #define bool _Bool which, I think is perfectly okay. What doesn't exist here? _Bool? It's built into GCC, AFAIK. > The user is not allowed to define _Bool for himself, because it is > in the wrong name space. So what is the problem?