* src/mm/boehm-gc/include/private/gcconfig.h: Added __sun, since sun
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Mon, 7 Jul 2008 09:51:52 +0000 (11:51 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Mon, 7 Jul 2008 09:51:52 +0000 (11:51 +0200)
is not defined when compiling with standard C.

src/mm/boehm-gc/include/private/gcconfig.h

index 8e77c48a860031ff15eb5433abaf04caa767e8e5..b828759d0cb5d6d204113ebe0ba82ca85dd023d6 100644 (file)
 #    define SEQUENT
 #    define mach_type_known
 # endif
-# if defined(sun) && (defined(i386) || defined(__i386__))
+# if (defined(sun) || defined(__sun)) && (defined(i386) || defined(__i386__))
 #    define I386
 #    define SOLARIS
 #    define mach_type_known
 # endif
-# if defined(sun) && defined(__amd64)
+# if (defined(sun) || defined(__sun)) && defined(__amd64)
 #    define X86_64
 #    define SOLARIS
 #    define mach_type_known