OSDN Git Service

Fred Fish <fnf@be.com>
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 May 1999 20:04:33 +0000 (20:04 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 May 1999 20:04:33 +0000 (20:04 +0000)
        * rs6000/xm-beos.h (HAVE_VPRINTF): Don't redefine if already defined.
        (HAVE_PUTENV, HAVE_ATEXIT, HAVE_RENAME): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26807 138bc75d-0d04-0410-961f-82ee72b054a4

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

index cfd13f7..d528a79 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 681aa73..617ad2f 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