summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/asprintf.c4
-rw-r--r--lib/vasprintf.c4
3 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 27d841efde..31f192f738 100644
--- 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>
diff --git a/lib/asprintf.c b/lib/asprintf.c
index a63522d8b0..1d51eac4aa 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 <config.h>
/* Specification. */
-#ifdef IN_LIBINTL
+#ifdef IN_LIBASPRINTF
# include "vasprintf.h"
#else
# include <stdio.h>
diff --git a/lib/vasprintf.c b/lib/vasprintf.c
index 3adcae7110..db365e0a04 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 <config.h>
/* Specification. */
-#ifdef IN_LIBINTL
+#ifdef IN_LIBASPRINTF
# include "vasprintf.h"
#else
# include <stdio.h>