]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo.
authorBruno Haible <bruno@clisp.org>
Thu, 10 Jan 2002 20:33:25 +0000 (20:33 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:55:51 +0000 (00:55 +0200)
lib/ChangeLog
lib/liballoca.h

index 04a8de9f1048790d7a6ea6d65cd09e8b4ebc34d3..02ab0a59213b58b80f4b64f14fc673d2ce97cf32 100644 (file)
@@ -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>
 
index 4a4276c0f5660bd97b1398d09869ec824473670a..91a427498b8afb87528dabdcefc47d500918ff8a 100644 (file)
@@ -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>