From 6915136bee53f6a15b62419016aaf715f44b5f37 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 12 Jan 2003 13:57:13 +0000 Subject: [PATCH] . --- MODULES.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/MODULES.html b/MODULES.html index 223e0d0005..b75e4a9139 100644 --- a/MODULES.html +++ b/MODULES.html @@ -191,8 +191,8 @@ malloc
realloc
error
gettext - #ifdef __GNUC__
# ifndef alloca
# define alloca __builtin_alloca
# endif
#else
# ifdef _MSC_VER
# include <malloc.h>
# define alloca _alloca
# else
# if HAVE_ALLOCA_H
# include <alloca.h>
# else
# ifdef _AIX
#pragma alloca
# else
# ifdef __hpux /* This section must match that of bison generated files. */
# ifdef __cplusplus
extern "C" void *alloca (unsigned int);
# else /* not __cplusplus */
void *alloca ();
# endif /* not __cplusplus */
# else /* not __hpux */
# ifndef alloca
char *alloca ();
# endif
# endif /* __hpux */
# endif
# endif
# endif
#endif - alloca.c + #include <alloca.h> + alloca_.h
alloca.c alloca.m4
gl_FUNC_ALLOCA xalloc @@ -524,7 +524,7 @@ #include <stdbool.h> - --- + stdbool.h.in stdbool.m4
AM_STDBOOL_H --- @@ -1307,7 +1307,6 @@

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
@@ -1341,5 +1340,5 @@ m4/uptime.m4
     
  • A testsuite
    - Generated from MODULES.html.sh on 10 January 2003. + Generated from MODULES.html.sh on 12 January 2003. -- 2.30.2