aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-10-07 15:19:01 -0700
committerJim Wilson <wilson@gcc.gnu.org>1993-10-07 15:19:01 -0700
commitbd7a2aacd8fdcb96e6c5355979a85317b908de9a (patch)
tree4c4e35ef664bf0a6716316bc08cdc007b3089904
parent4514982879a63d6f454da3d6d6132fd5d7ab42ae (diff)
downloadgcc-bd7a2aacd8fdcb96e6c5355979a85317b908de9a.zip
gcc-bd7a2aacd8fdcb96e6c5355979a85317b908de9a.tar.gz
gcc-bd7a2aacd8fdcb96e6c5355979a85317b908de9a.tar.bz2
(HAVE_VPRINTF): Is VPRINTF not VFPRINTF.
From-SVN: r5667
-rw-r--r--gcc/config/mips/xm-mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h
index 59173ee..ea5e534 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