X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fasprintf.c;h=0c1ba2cca2683b37b482df3755283224905dd20b;hb=f5e328c1b9481fedbe4134404155b1c89d0aeded;hp=a63522d8b02fd9fa170ff80b6e9570526d3b01a6;hpb=325d9130478fc8498023c01a059032e2f65996de;p=gnulib.git diff --git a/lib/asprintf.c b/lib/asprintf.c index a63522d8b..0c1ba2cca 100644 --- a/lib/asprintf.c +++ b/lib/asprintf.c @@ -1,5 +1,6 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2006-2007, 2009-2010 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 +19,7 @@ #include /* Specification. */ -#ifdef IN_LIBINTL +#ifdef IN_LIBASPRINTF # include "vasprintf.h" #else # include