mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Fix `alloca' on FreeBSD 6.
This commit is contained in:
parent
bca69a9fba
commit
c2ad98ad41
2 changed files with 8 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -51,7 +51,8 @@ would trigger an unbound variable error for `match:andmap'.
|
||||||
** Fixed build issues on NetBSD 1.6
|
** Fixed build issues on NetBSD 1.6
|
||||||
** Fixed build issue on Solaris 2.10 x86_64
|
** Fixed build issue on Solaris 2.10 x86_64
|
||||||
** Fixed build issue with DEC/Compaq/HP's compiler
|
** Fixed build issue with DEC/Compaq/HP's compiler
|
||||||
** Fixed scm_from_complex_double build issue on FreeBSD
|
** Fixed `scm_from_complex_double' build issue on FreeBSD
|
||||||
|
** Fixed `alloca' build issue on FreeBSD 6
|
||||||
|
|
||||||
* Changes to the distribution
|
* Changes to the distribution
|
||||||
|
|
||||||
|
|
|
@ -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>
|
2008-03-09 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
* numbers.c: Only define scm_from_complex_double if it will
|
* numbers.c: Only define scm_from_complex_double if it will
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue