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

* gc_os_dep.c (mach_type_known): added patch for UnixWare and

OpenUNIX support.  Thanks to Boyd Gerber.
This commit is contained in:
Rob Browning 2003-04-16 19:39:35 +00:00
parent 43261b390f
commit f55a171dc4

View file

@ -374,6 +374,11 @@ typedef int GC_bool;
# define GNU
# define mach_type_known
# endif
# if defined(__SCO_VERSION__)
# define I386
# define SYSV
# define mach_type_known
# endif
/* Feel free to add more clauses here */