summaryrefslogtreecommitdiff
path: root/lib/vasprintf.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-29 22:34:33 +0000
committerBruno Haible <bruno@clisp.org>2007-03-29 22:34:33 +0000
commit8d4035dfbb0faffc9422cd637bd014355674d05a (patch)
tree7818d8954ba579d7f378ad4dd162e79805bfa31e /lib/vasprintf.c
parent325d9130478fc8498023c01a059032e2f65996de (diff)
downloadgnulib-8d4035dfbb0faffc9422cd637bd014355674d05a.tar.gz
Tweak last patch: Sync with gettext.
Diffstat (limited to 'lib/vasprintf.c')
-rw-r--r--lib/vasprintf.c4
1 files changed, 2 insertions, 2 deletions
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>