X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fasprintf.c;h=1d51eac4aa8cf2d302496676606845f6a7fcdf94;hb=6fe332a17fb940b8f7d988ec48968c6316c73ec6;hp=a63522d8b02fd9fa170ff80b6e9570526d3b01a6;hpb=325d9130478fc8498023c01a059032e2f65996de;p=gnulib.git 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