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:
parent
7c1e02ed1d
commit
eccee85dbc
1 changed files with 5 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue