From b6de3e4c48b940d8c90dece29d9eeb90bc9a6e6f Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Wed, 19 Oct 2005 08:11:44 +0000 Subject: [PATCH] - In the preprocessor definition should read "__bool_true_false_are_defined" rather than "__bool_true_and_false_are_defined". Thanks go to Peter Bengtsson for finding and fixing it. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15049 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/changes | 4 ++++ library/include/stdbool.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/library/changes b/library/changes index cccb908..f97f86e 100644 --- a/library/changes +++ b/library/changes @@ -23,6 +23,10 @@ for both features to work you will need the Roadshow bsdsocket.library version 4.275 or higher. +- In the preprocessor definition should read + "__bool_true_false_are_defined" rather than "__bool_true_and_false_are_defined". + Thanks go to Peter Bengtsson for finding and fixing it. + c.lib 1.196 (11.10.2005) diff --git a/library/include/stdbool.h b/library/include/stdbool.h index 796bb05..260e0c1 100644 --- a/library/include/stdbool.h +++ b/library/include/stdbool.h @@ -1,5 +1,5 @@ /* - * $Id: stdbool.h,v 1.2 2005-05-12 13:21:47 obarthel Exp $ + * $Id: stdbool.h,v 1.3 2005-10-19 08:11:44 obarthel Exp $ * * :ts=4 * @@ -68,7 +68,7 @@ extern "C" { /****************************************************************************/ -#define __bool_true_and_false_are_defined 1 +#define __bool_true_false_are_defined 1 /****************************************************************************/