delorie.com/archives/browse.cgi | search |
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 <broeker AT physik DOT rwth-aachen DOT de> |
X-Sender: | broeker AT acp3bf |
To: | DJGPP-WORKERS <djgpp-workers AT delorie DOT com> |
Subject: | Re: stdbool.h |
In-Reply-To: | <200003041452.PAA08644@father.ludd.luth.se> |
Message-ID: | <Pine.LNX.4.10.10003061505500.14313-100000@acp3bf> |
MIME-Version: | 1.0 |
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 |
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 <ams AT ludd DOT luth DOT se>. > * > * 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |