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:
parent
ceca28ac61
commit
4df74f4cd6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue