]> gcc.gnu.org Git - gcc.git/commitdiff
(HAVE_VPRINTF): Is VPRINTF not VFPRINTF.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 7 Oct 1993 22:19:01 +0000 (15:19 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 7 Oct 1993 22:19:01 +0000 (15:19 -0700)
From-SVN: r5667

gcc/config/mips/xm-mips.h

index 59173eea170d16f4b725f2f3fd27efa83169d92b..ea5e53482f34cfc403893ccb12be614754ba8638 100644 (file)
@@ -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
This page took 0.059017 seconds and 5 git commands to generate.