]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 23 Jan 2003 20:13:48 +0000 (20:13 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Jan 2003 20:13:48 +0000 (20:13 +0000)
lib/ChangeLog

index 629978e77f573ec6df2a86f2a76b237836c7c9bd..3ed7dcac364d681de662b107464b285fda577772 100644 (file)
@@ -1,5 +1,9 @@
 2003-01-23  Jim Meyering  <jim@meyering.net>
 
+       * tsearch.c [HAVE_CONFIG_H]: Include <config.h>.
+       Add autoconf-recommended block of alloca-related code.
+       Cast each use of alloca to the required type, (node**).
+
        * ftw.c: Add autoconf-recommended block of alloca-related code.
        [!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd.