For I386/OPENBSD, allow for `__i386__' in addition to `i386'.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 14 May 2002 09:24:18 +0000 (09:24 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 14 May 2002 09:24:18 +0000 (09:24 +0000)
libguile/gc_os_dep.c

index 55864ac..89346c7 100644 (file)
@@ -254,7 +254,7 @@ typedef int GC_bool;
 #   define NEXT
 #   define mach_type_known
 # endif
-# if defined(__OpenBSD__) && defined(i386)
+# if defined(__OpenBSD__) && (defined(i386) || defined(__i386__))
 #   define I386
 #   define OPENBSD
 #   define mach_type_known