Tweak last patch: Sync with gettext.
authorBruno Haible <bruno@clisp.org>
Thu, 29 Mar 2007 22:34:33 +0000 (22:34 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 29 Mar 2007 22:34:33 +0000 (22:34 +0000)
ChangeLog
lib/asprintf.c
lib/vasprintf.c

index 27d841efdee5e29695fca59fa2a7c23551dfa3b8..31f192f738edf70cfdd83ab2d30f8a0229f08038 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 2007-03-29  Bruno Haible  <bruno@clisp.org>
 
-       * lib/vasprintf.c [IN_LIBINTL]: Include different specification file.
-       * lib/asprintf.c [IN_LIBINTL]: Likewise.
+       * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
+       file.
+       * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
 
 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
 
index a63522d8b02fd9fa170ff80b6e9570526d3b01a6..1d51eac4aa8cf2d302496676606845f6a7fcdf94 100644 (file)
@@ -1,5 +1,5 @@
 /* Formatted output to strings.
-   Copyright (C) 1999, 2002, 20062007 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002, 2006-2007 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
@@ -18,7 +18,7 @@
 #include <config.h>
 
 /* Specification.  */
-#ifdef IN_LIBINTL
+#ifdef IN_LIBASPRINTF
 # include "vasprintf.h"
 #else
 # include <stdio.h>
index 3adcae711089dcb4355054322b542d7629e065fb..db365e0a0433f182cea108643610603df4c8a3ab 100644 (file)
@@ -1,5 +1,5 @@
 /* Formatted output to strings.
-   Copyright (C) 1999, 2002, 20062007 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002, 2006-2007 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
@@ -18,7 +18,7 @@
 #include <config.h>
 
 /* Specification.  */
-#ifdef IN_LIBINTL
+#ifdef IN_LIBASPRINTF
 # include "vasprintf.h"
 #else
 # include <stdio.h>