summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-10 20:33:25 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 00:55:51 +0200
commit87b1fcc77370dd47aabebf8bb8960071395501a5 (patch)
treec08adbcc4c1119071f246479fd04d2776f566b7d
parentae72e5b2555d90ce7bde8727dcd163d84e63dd6f (diff)
downloadexternal_gettext-87b1fcc77370dd47aabebf8bb8960071395501a5.zip
external_gettext-87b1fcc77370dd47aabebf8bb8960071395501a5.tar.gz
external_gettext-87b1fcc77370dd47aabebf8bb8960071395501a5.tar.bz2
Fix typo.
-rw-r--r--lib/ChangeLog4
-rw-r--r--lib/liballoca.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 04a8de9..02ab0a5 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-10 Bruno Haible <bruno@clisp.org>
+
+ * liballoca.h: Fix typo.
+
2002-01-10 Andrew Zabolotny <zap@cobra.ru>
Bruno Haible <bruno@clisp.org>
diff --git a/lib/liballoca.h b/lib/liballoca.h
index 4a4276c..91a4274 100644
--- a/lib/liballoca.h
+++ b/lib/liballoca.h
@@ -1,5 +1,5 @@
/* Memory allocation on the stack.
- Copyright (C) 1995, 1999, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1999, 2001-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@
#else
# ifdef _MSC_VER
# include <malloc.h>
-# alloca _alloca
+# define alloca _alloca
# else
# if HAVE_ALLOCA_H
# include <alloca.h>