1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 15:00:19 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-03-18 12:49:49 +00:00
parent 26a4f923bc
commit cd713a0622

View file

@ -1,3 +1,10 @@
1999-03-18 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* error.c (scm_wta): Pass SCM_LIST1 (arg) instead of SCM_EOL to
scm_misc_error when pos is a string. This allows for dispatching
arbitrary error messages with one argument via SCM_ASSERT:
SCM_ASSERT (<cond>, obj, "Undigestable object: %S", <subr>);
1999-03-17 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* list.c (scm_reverse): Report an error if given a circular list