Commit bd7a2aac by Jim Wilson

(HAVE_VPRINTF): Is VPRINTF not VFPRINTF.

From-SVN: r5667
parent 45149828
...@@ -72,7 +72,7 @@ extern char * alloca (); ...@@ -72,7 +72,7 @@ extern char * alloca ();
/* Say if we have vprintf. BSD Mips targets probably don't have vfprintf. */ /* Say if we have vprintf. BSD Mips targets probably don't have vfprintf. */
#if defined(__OSF1__) || defined(__OSF__) || defined(__osf__) #if defined(__OSF1__) || defined(__OSF__) || defined(__osf__)
#define HAVE_VFPRINTF #define HAVE_VPRINTF
#define HAVE_PUTENV #define HAVE_PUTENV
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment