1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-03-23 13:06:50 +00:00
parent d3952a0527
commit 2f9055eac4

View file

@ -16,6 +16,9 @@
* continuations.h (SCM_SETJMPBUF): Cast second arg into SCM.
* continuations.c (scm_make_cont): Removed cast of size_t into
long.
* symbols.h (SCM_SETCHARS): Cast second arg into SCM.
2000-03-22 Dirk Herrmann <D.Herrmann@tu-bs.de>