X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvasnprintf.c;h=bf3f5dc65e4adfc5502dd68abcb876c340313cde;hb=dac3bbf96357f7866a1094c228b4e5bea3fcf853;hp=e85865ced747b3935c2eeec000b36f76183419f6;hpb=d80538def81e2ceeab7f8e954908e74eeae43349;p=pspp diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index e85865ced7..bf3f5dc65e 100644 --- a/lib/vasnprintf.c +++ b/lib/vasnprintf.c @@ -117,11 +117,6 @@ # include "fpucw.h" #endif -/* Some systems, like OSF/1 4.0 and Woe32, don't have EOVERFLOW. */ -#ifndef EOVERFLOW -# define EOVERFLOW E2BIG -#endif - #if HAVE_WCHAR_T # if HAVE_WCSLEN # define local_wcslen wcslen