]> gcc.gnu.org Git - gcc.git/commitdiff
pa-utahmach.h (CPP_PREDEFINES): Do not define HPUX_SOURCE, hp700, or HP700.
authorJeff Law <law@gcc.gnu.org>
Wed, 14 Jul 1993 16:26:07 +0000 (10:26 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 14 Jul 1993 16:26:07 +0000 (10:26 -0600)
* pa-utahmach.h (CPP_PREDEFINES): Do not define HPUX_SOURCE, hp700,
or HP700.

From-SVN: r4917

gcc/config/pa/pa-osf.h

index 55e1d8b9a81d3dbf96f2225c0309e80915aeea70..2f7660b0131bee07ac7471c7afed2e989580b876 100644 (file)
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "pa/pa.h"
 #undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -Dunix -D_HPUX_SOURCE -Dhp9000 -Dhp800 -Dspectrum -DREVARGV -Dhp700 -DHP700 -Dparisc -D__pa_risc -DPARISC -DBYTE_MSF -DBIT_MSF"
+#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -Dunix -Dhp9000 -Dhp800 -Dspectrum -DREVARGV -Dparisc -D__pa_risc -DPARISC -DBYTE_MSF -DBIT_MSF"
 
 /* Don't default to pcc-struct-return, because gcc is the only compiler, and
    we want to retain compatibility with older gcc versions.  */
This page took 0.063204 seconds and 5 git commands to generate.