More compilation fixes with Sun CC (bug #21378).

This commit is contained in:
Ludovic Courtès 2008-02-07 09:54:47 +00:00
commit 7f74cf9a67
4 changed files with 17 additions and 6 deletions

2
NEWS
View file

@ -51,7 +51,7 @@ called with an associator proc that returns neither a pair nor #f.
** Secondary threads now always return a valid module for (current-module).
** Avoid MacOS build problems caused by incorrect combination of "64"
system and library calls.
** Fixed compilation of `numbers.c' with Sun Studio (Solaris 9)
** Fixed build with Sun Studio (Solaris 9)
** Fixed wrong-type-arg errors when creating zero length SRFI-4
uniform vectors on AIX.
** Fixed a deadlock that occurs upon GC with multiple threads.