]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove alloca.c.
authorBruno Haible <bruno@clisp.org>
Sat, 24 Jan 2004 09:34:37 +0000 (09:34 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:42 +0000 (12:11 +0200)
gettext-runtime/lib/ChangeLog
gettext-runtime/lib/Makefile.am
gettext-runtime/lib/alloca.c [deleted file]

index 6186dc5724d5b490ec550287c0e1ec071c27d48b..1b72244065b5eab5d4a58014d8be104d859f9a76 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-24  Bruno Haible  <bruno@clisp.org>
+
+       * alloca.c: Remove file.
+       * Makefile.am (LIBADD_SOURCE): Remove alloca.c.
+
 2003-11-30  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (libgrt_a_LIBADD): Drop @ALLOCA@.
index b8b12541317ebb773168e409ca6555029156844b..2dab032180f73e8d04747a2bee1b79bb31553dd3 100644 (file)
@@ -42,7 +42,6 @@ libgrt_a_SOURCES = \
 # Sources that are compiled only on platforms that lack the functions.
 
 LIBADD_SOURCE = \
-  alloca.c \
   atexit.c \
   ../../gettext-tools/lib/canonicalize.h canonicalize.c \
   memmove.c \
diff --git a/gettext-runtime/lib/alloca.c b/gettext-runtime/lib/alloca.c
deleted file mode 100644 (file)
index 799352c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "../../gettext-tools/lib/alloca.c"