changeset 8582:88177595d847

Tweak last patch: Sync with gettext.
author Bruno Haible <bruno@clisp.org>
date Thu, 29 Mar 2007 22:34:33 +0000
parents 7600b64d20c8
children 651c62bbc302
files ChangeLog lib/asprintf.c lib/vasprintf.c
diffstat 3 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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>
 
--- a/lib/asprintf.c
+++ b/lib/asprintf.c
@@ -1,5 +1,5 @@
 /* Formatted output to strings.
-   Copyright (C) 1999, 2002, 2006, 2007 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>
--- a/lib/vasprintf.c
+++ b/lib/vasprintf.c
@@ -1,5 +1,5 @@
 /* Formatted output to strings.
-   Copyright (C) 1999, 2002, 2006, 2007 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>