1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

For I386/OPENBSD, allow for __i386__' in addition to i386'.

This commit is contained in:
Thien-Thi Nguyen 2002-05-14 09:27:55 +00:00
parent ceca28ac61
commit 4df74f4cd6

View file

@ -254,7 +254,7 @@ typedef int GC_bool;
# define NEXT # define NEXT
# define mach_type_known # define mach_type_known
# endif # endif
# if defined(__OpenBSD__) && defined(i386) # if defined(__OpenBSD__) && (defined(i386) || defined(__i386__))
# define I386 # define I386
# define OPENBSD # define OPENBSD
# define mach_type_known # define mach_type_known