1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 13:30:21 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-09-07 15:51:49 +00:00
parent 414f3b7c9d
commit ce76fac1fe

View file

@ -1,3 +1,9 @@
2004-09-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* gc.h (SCM_SET_FREE_CELL_TYPE): New macro.
* gc.c (init_heap_seg): Use it instead of SCM_SET_CELL_TYPE, which
might cause unwanted checking with SCM_DEBUG_CELL_ACCESSES.
2004-09-07 Kevin Ryde <user42@zip.com.au> 2004-09-07 Kevin Ryde <user42@zip.com.au>
* posix.c (scm_nice): Correction to error detection. Reported by * posix.c (scm_nice): Correction to error detection. Reported by