X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funistdio%2Fu-vasprintf.h;h=965bfbf526f34eb0d01ffb4ededceb18668368da;hb=1eb850a182e6e5aa66d17d314b394e2ded30e2b5;hp=e4a45a652894c554f0efdfd5609c847142bac8da;hpb=ac5cf7982cea8a4bb17680b6b9925f301cfa4220;p=gnulib.git diff --git a/lib/unistdio/u-vasprintf.h b/lib/unistdio/u-vasprintf.h index e4a45a652..965bfbf52 100644 --- a/lib/unistdio/u-vasprintf.h +++ b/lib/unistdio/u-vasprintf.h @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2006-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -14,11 +14,6 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ -/* Some systems, like OSF/1 4.0 and Woe32, don't have EOVERFLOW. */ -#ifndef EOVERFLOW -# define EOVERFLOW E2BIG -#endif - int VASPRINTF (DCHAR_T **resultp, const FCHAR_T *format, va_list args) {