1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 18:20:22 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2003-04-16 20:17:52 +00:00
parent ff83b88d17
commit 95a0ecc3c7

View file

@ -1,9 +1,10 @@
2003-04-16 Rob Browning <rlb@defaultvalue.org>
* gc_os_dep.c Added patch for UnixWare and OpenUNIX support.
* gc_os_dep.c: Added patch for UnixWare and OpenUNIX support.
Thanks to Boyd Gerber.
Added check for __arm__ in addition to arm for LINUX. Thanks to
James Treacy for reporting the problem.
Added check for __arm__ in addition to arm for LINUX and copied
__s390__ defines from upstream libgc. Thanks to James Treacy for
reporting the problems.
2003-04-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>