From: Jim Wilson Date: Thu, 7 Oct 1993 22:19:01 +0000 (-0700) Subject: (HAVE_VPRINTF): Is VPRINTF not VFPRINTF. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd7a2aacd8fdcb96e6c5355979a85317b908de9a;p=gcc.git (HAVE_VPRINTF): Is VPRINTF not VFPRINTF. From-SVN: r5667 --- diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h index 59173eea170..ea5e53482f3 100644 --- a/gcc/config/mips/xm-mips.h +++ b/gcc/config/mips/xm-mips.h @@ -72,7 +72,7 @@ extern char * alloca (); /* Say if we have vprintf. BSD Mips targets probably don't have vfprintf. */ #if defined(__OSF1__) || defined(__OSF__) || defined(__osf__) -#define HAVE_VFPRINTF +#define HAVE_VPRINTF #define HAVE_PUTENV #else