From 1f63d619912e134bebad309e81b88f5ac1945674 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 10 Jan 2003 13:15:59 +0000 Subject: [PATCH] . --- MODULES.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/MODULES.html b/MODULES.html index cf40e631a0..223e0d0005 100644 --- a/MODULES.html +++ b/MODULES.html @@ -523,9 +523,9 @@ Depends on - #if HAVE_STDBOOL_H
# include <stdbool.h>
#else
# if ! HAVE__BOOL
# ifdef __cplusplus
typedef bool _Bool;
# else
typedef enum {false = 0, true = 1} _Bool;
# endif
# endif
# define bool _Bool
# define false 0
# define true 1
# define __bool_true_false_are_defined 1
#endif + #include <stdbool.h> --- - stdbool.m4
AC_HEADER_STDBOOL + stdbool.m4
AM_STDBOOL_H --- @@ -975,7 +975,7 @@ #include "full-read.h" full-read.c --- - safe-read + safe-read
full-write #include "full-write.h" @@ -1307,6 +1307,7 @@

Lone files - please create new modules containing them

 lib/getversion.c
+lib/stdbool.h.in
 m4/check-decl.m4
 m4/d-type.m4
 m4/glibc.m4
@@ -1340,5 +1341,5 @@ m4/uptime.m4
     
  • A testsuite
    - Generated from MODULES.html.sh on 7 January 2003. + Generated from MODULES.html.sh on 10 January 2003. -- 2.30.2