1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 23:50:18 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-02-04 23:30:20 +00:00
parent c4ac4d8862
commit c687fa59a0

View file

@ -1,5 +1,10 @@
Tue Feb 4 16:57:40 1997 Jim Blandy <jimb@floss.cyclic.com>
* eval.c (safe_setjmp): New function: trivial wrapper for setjmp.
(SCM_CEVAL, SCM_APPLY): Call it, instead of setjmp, to make sure
that values of automatic variables are preserved. See comments
for safe_setjmp for details.
Change from Thomas Morgan:
* variable.c: Include eq.h.
(var_equal): New function.