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

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-06-02 23:47:31 +00:00
parent 217883aa45
commit 4ecf5aa357

View file

@ -1,5 +1,12 @@
2000-06-03 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* gc.h (SCM_VALIDATE_CELL): Don't "use" the value returned by
abort ().
(SCM_CARLOC, SCM_CDRLOC): Define directly instead of using
SCM_CELL_OBJECT_0 and SCM_CELL_OBJECT_1. It's not correct to take
the address of these expressions since they use SCM_VALIDATE_CELL.
(Thanks to Bernard Urban.)
* dynl.c: Changed #include <ltdl.h> --> #include
"libltdl/ltdl.h". (Thanks to Bill Schottstaedt.)