From: Bruno Haible Date: Thu, 10 Jan 2002 20:33:25 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v0.11~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b1fcc77370dd47aabebf8bb8960071395501a5;p=thirdparty%2Fgettext.git Fix typo. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 04a8de9f1..02ab0a592 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-01-10 Bruno Haible + + * liballoca.h: Fix typo. + 2002-01-10 Andrew Zabolotny Bruno Haible diff --git a/lib/liballoca.h b/lib/liballoca.h index 4a4276c0f..91a427498 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 -# alloca _alloca +# define alloca _alloca # else # if HAVE_ALLOCA_H # include