Steve Ellcey <[EMAIL PROTECTED]> writes:

> Well the test for IA64 and not HP-UX would be "defined(__ia64) &&
> !defined(__hpux)".  __hpux and __ia64 are defined by both the HP
> compilers and GCC on IA64 HP-UX.  __hpux__ and __ia64__ are only defined
> by GCC.  IA64 Linux GCC defines __ia64 and __ia64__ but not any of the
> hpux macros.

So what code should be used on HP-UX?  Should the code in gc_os_dep.c
that's currently guarded by IA64 be enabled or not, and should gc.c
and continuations.c be doing something different for HP-UX, or nothing
at all?

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to