texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Tue Jun 20 09:52:01 EDT 2006)


From: Karl Berry
Subject: texinfo update (Tue Jun 20 09:52:01 EDT 2006)
Date: Tue, 20 Jun 2006 09:52:06 -0400

Index: gnulib/lib/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/gnulib/lib/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnulib/lib/Makefile.am      19 Jun 2006 23:08:57 -0000      1.2
+++ gnulib/lib/Makefile.am      20 Jun 2006 13:44:13 -0000      1.3
@@ -8,7 +8,7 @@
 # the same distribution terms as the rest of that program.
 #
 # Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu 
--source-base=gnulib/lib --m4-base=gnulib/m4 --aux-dir=build-aux 
--macro-prefix=gl getopt gettext memcpy memmove mkstemp strcase strdup strerror 
unsetenv xalloc xsetenv
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu 
--source-base=gnulib/lib --m4-base=gnulib/m4 --aux-dir=build-aux 
--macro-prefix=gl getopt gettext memcpy memmove mkstemp strcase strdup strerror 
xalloc xsetenv
 
 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
 
Index: gnulib/lib/alloca.h
===================================================================
RCS file: /sources/texinfo/texinfo/gnulib/lib/alloca.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnulib/lib/alloca.h 19 Jun 2006 23:08:57 -0000      1.1
+++ gnulib/lib/alloca.h 20 Jun 2006 13:44:13 -0000      1.2
@@ -1,6 +1,6 @@
 /* Memory allocation on the stack.
 
-   Copyright (C) 1995, 1999, 2001, 2002, 2003, 2004 Free Software
+   Copyright (C) 1995, 1999, 2001, 2002, 2003, 2004, 2006 Free Software
    Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
@@ -34,19 +34,21 @@
        request, the program just crashes.
  */
 
-#ifdef __GNUC__
-# define alloca __builtin_alloca
-#elif defined _AIX
-# define alloca __alloca
-#elif defined _MSC_VER
-# include <malloc.h>
-# define alloca _alloca
-#else
-# include <stddef.h>
-# ifdef  __cplusplus
+#ifndef alloca
+# ifdef __GNUC__
+#  define alloca __builtin_alloca
+# elif defined _AIX
+#  define alloca __alloca
+# elif defined _MSC_VER
+#  include <malloc.h>
+#  define alloca _alloca
+# else
+#  include <stddef.h>
+#  ifdef  __cplusplus
 extern "C"
-# endif
+#  endif
 void *alloca (size_t);
+# endif
 #endif
 
 #endif /* _GNULIB_ALLOCA_H */
Index: gnulib/lib/alloca_.h
===================================================================
RCS file: /sources/texinfo/texinfo/gnulib/lib/alloca_.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnulib/lib/alloca_.h        19 Jun 2006 23:08:57 -0000      1.1
+++ gnulib/lib/alloca_.h        20 Jun 2006 13:44:13 -0000      1.2
@@ -1,6 +1,6 @@
 /* Memory allocation on the stack.
 
-   Copyright (C) 1995, 1999, 2001, 2002, 2003, 2004 Free Software
+   Copyright (C) 1995, 1999, 2001, 2002, 2003, 2004, 2006 Free Software
    Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
@@ -34,19 +34,21 @@
        request, the program just crashes.
  */
 
-#ifdef __GNUC__
-# define alloca __builtin_alloca
-#elif defined _AIX
-# define alloca __alloca
-#elif defined _MSC_VER
-# include <malloc.h>
-# define alloca _alloca
-#else
-# include <stddef.h>
-# ifdef  __cplusplus
+#ifndef alloca
+# ifdef __GNUC__
+#  define alloca __builtin_alloca
+# elif defined _AIX
+#  define alloca __alloca
+# elif defined _MSC_VER
+#  include <malloc.h>
+#  define alloca _alloca
+# else
+#  include <stddef.h>
+#  ifdef  __cplusplus
 extern "C"
-# endif
+#  endif
 void *alloca (size_t);
+# endif
 #endif
 
 #endif /* _GNULIB_ALLOCA_H */
P gnulib/lib/Makefile.am
P gnulib/lib/alloca.h
P gnulib/lib/alloca_.h


reply via email to

[Prev in Thread] Current Thread [Next in Thread]