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>
/* 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
#include <config.h>
/* Specification. */
-#ifdef IN_LIBINTL
+#ifdef IN_LIBASPRINTF
# include "vasprintf.h"
#else
# include <stdio.h>
/* 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
#include <config.h>
/* Specification. */
-#ifdef IN_LIBINTL
+#ifdef IN_LIBASPRINTF
# include "vasprintf.h"
#else
# include <stdio.h>