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 /****************************************************************************/