1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

Disable type-checking of `SCM_UNPACK' for the broken HP compilers.

This commit is contained in:
Ludovic Courtès 2008-06-28 20:31:01 +02:00
parent 22ba77df3d
commit a9f32e12c4
3 changed files with 14 additions and 3 deletions

2
NEWS
View file

@ -15,7 +15,7 @@ This makes these internal functions technically not callable from
application code.
** `guile-config link' now prints `-L$libdir' before `-lguile'
** Fix build issue on Tru64
** Fix build issue on Tru64 and ia64-hp-hpux11.23 (`SCM_UNPACK' macro)
Changes in 1.8.5 (since 1.8.4)