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 27d841e..31f192f 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 a63522d..1d51eac 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 3adcae7..db365e0 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>