From: Bruno Haible Date: Sat, 24 Jan 2004 09:34:37 +0000 (+0000) Subject: Remove alloca.c. X-Git-Tag: v0.14~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec0cf0a62bce8d6ed564b392b50daf6360bdd2f;p=thirdparty%2Fgettext.git Remove alloca.c. --- diff --git a/gettext-runtime/lib/ChangeLog b/gettext-runtime/lib/ChangeLog index 6186dc572..1b7224406 100644 --- a/gettext-runtime/lib/ChangeLog +++ b/gettext-runtime/lib/ChangeLog @@ -1,3 +1,8 @@ +2004-01-24 Bruno Haible + + * alloca.c: Remove file. + * Makefile.am (LIBADD_SOURCE): Remove alloca.c. + 2003-11-30 Bruno Haible * Makefile.am (libgrt_a_LIBADD): Drop @ALLOCA@. diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am index b8b125413..2dab03218 100644 --- a/gettext-runtime/lib/Makefile.am +++ b/gettext-runtime/lib/Makefile.am @@ -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 index 799352c88..000000000 --- a/gettext-runtime/lib/alloca.c +++ /dev/null @@ -1 +0,0 @@ -#include "../../gettext-tools/lib/alloca.c"