1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30: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:46:47 +00:00
parent 7c1e02ed1d
commit eccee85dbc

View file

@ -357,6 +357,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 */