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

Fix `alloca' on FreeBSD 6.

This commit is contained in:
Ludovic Courtès 2008-03-10 22:34:40 +00:00
parent bca69a9fba
commit c2ad98ad41
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-03-10 Ludovic Courtès <ludo@gnu.org>
* eval.c, filesys.c: Enclose `alloca' blob in `#ifndef alloca',
as per Gnulib's `alloca'. This should fix compilation on
FreeBSD 6.
2008-03-09 Neil Jerram <neil@ossau.uklinux.net>
* numbers.c: Only define scm_from_complex_double if it will