From bd7a2aacd8fdcb96e6c5355979a85317b908de9a Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 7 Oct 1993 15:19:01 -0700 Subject: [PATCH] (HAVE_VPRINTF): Is VPRINTF not VFPRINTF. From-SVN: r5667 --- gcc/config/mips/xm-mips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2