1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 07:50: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:24:18 +00:00
parent 04a68c378d
commit 37354cb7b9

View 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