Message-ID: <395BA062.87ECE741@softhome.net> Date: Thu, 29 Jun 2000 21:15:46 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: stdbool.h References: <200006291823 DOT UAA11037 AT father DOT ludd DOT luth DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Martin Str|mberg wrote: > Unfortunately thereby demanding > gcc to support (the C99) type _Bool. This is not great as current gcc > (--version says 2.952) does not do this. So I think a little #if > GCC_VERSION >= 3 magic (not correct, I know, but as an example) It does; there is stdbool.h provided by gcc 2.95.x, but it is omited from DJGPP port. It is basically the same problem as with stddef.h and Co. Laurynas