Fred Fish <fnf@be.com>
authorFred Fish <fnf@be.com>
Thu, 6 May 1999 20:04:33 +0000 (20:04 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 6 May 1999 20:04:33 +0000 (13:04 -0700)
Fred Fish  <fnf@be.com>
        * rs6000/xm-beos.h (HAVE_VPRINTF): Don't redefine if already defined.
        (HAVE_PUTENV, HAVE_ATEXIT, HAVE_RENAME): Likewise.

From-SVN: r26807

gcc/ChangeLog
gcc/config/rs6000/xm-beos.h

index cfd13f7f269ca4a3e7ad5ab78c0d3a299c2f3518..d528a79dd625c0adfb03f08a14a5742e23c2c94d 100644 (file)
@@ -1,3 +1,8 @@
+Thu May  6 20:02:33 1999  Fred Fish  <fnf@be.com>
+
+       * rs6000/xm-beos.h (HAVE_VPRINTF): Don't redefine if already defined.
+       (HAVE_PUTENV, HAVE_ATEXIT, HAVE_RENAME): Likewise.
+
 Wed May  5 20:28:32 1999  Jason Merrill  <jason@yorick.cygnus.com>
 
        * install.texi (Header Dirs): s/GPLUS/GPLUSPLUS/.
index 681aa73bcc6d00d25b2c95b569c41030aeb5363e..617ad2f5b451fed659ba473b821e784f47f12000 100644 (file)
@@ -72,10 +72,18 @@ extern void *alloca ();
 
 /* Define various things that the BeOS host has. */
 
+#ifndef HAVE_VPRINTF
 #define HAVE_VPRINTF
+#endif
+#ifndef HAVE_PUTENV
 #define HAVE_PUTENV
+#endif
+#ifndef HAVE_ATEXIT
 #define HAVE_ATEXIT
+#endif
+#ifndef HAVE_RENAME
 #define HAVE_RENAME
+#endif
 
 #define STDC_HEADERS 1