From 8d4035dfbb0faffc9422cd637bd014355674d05a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 29 Mar 2007 22:34:33 +0000 Subject: [PATCH] Tweak last patch: Sync with gettext. --- ChangeLog | 5 +++-- lib/asprintf.c | 4 ++-- lib/vasprintf.c | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27d841efd..31f192f73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2007-03-29 Bruno Haible - * 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 diff --git a/lib/asprintf.c b/lib/asprintf.c index a63522d8b..1d51eac4a 100644 --- 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 /* Specification. */ -#ifdef IN_LIBINTL +#ifdef IN_LIBASPRINTF # include "vasprintf.h" #else # include diff --git a/lib/vasprintf.c b/lib/vasprintf.c index 3adcae711..db365e0a0 100644 --- 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 /* Specification. */ -#ifdef IN_LIBINTL +#ifdef IN_LIBASPRINTF # include "vasprintf.h" #else # include -- 2.11.0