X-Authentication-Warning: acp3bf.physik.rwth-aachen.de: broeker owned process doing -bs Date: Mon, 6 Mar 2000 15:08:00 +0100 (MET) From: Hans-Bernhard Broeker X-Sender: broeker AT acp3bf To: DJGPP-WORKERS Subject: Re: stdbool.h In-Reply-To: <200003041452.PAA08644@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id JAA22567 Reply-To: djgpp-workers AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 4 Mar 2000, Martin Str|mberg wrote: > ----- include/stdbool.h starts. ----- > /* > * File stdbool.h. > * According to the standard ISO/IEC 9899:1999 (E). > * > * Copyright (C) 2000 Martin Strömberg . > * > * This software may be used freely so long as this copyright notice is > * left intact. There is no warranty on this software. > * > */ Shouldn't there be the usual #ifndef __STDBOOL_H #define __STDBOOL_H ... ... #endif brace around the code? And possibly the #ifdef __cplusplus extern "C" { #endif ... ... #ifdef __cplusplus } #endif one as well? Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.