diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-02-04 22:22:19 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-02-04 22:22:19 +0000 |
commit | c4314b4ff4f107d21bbd29c590bd823a2f894535 (patch) | |
tree | df465ce34c2f10d1f3cda095209286b05f0b9631 | |
parent | a7254b728d48c6509ab46e76cce6c9899ed21c9f (diff) | |
download | guile-c4314b4ff4f107d21bbd29c590bd823a2f894535.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a1c8d3689..56255b986 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,12 @@ Tue Feb 4 16:57:40 1997 Jim Blandy <jimb@floss.cyclic.com> + Change from Thomas Morgan: + * variable.c: Include eq.h. + (var_equal): New function. + (variable_smob): Use var_equal as the discriminator for variables. + + * throw.c (s_throw): Remove extraneous declaration. + * configure.in: Call AC_FUNC_ALLOCA, to see if we have alloca. * eval.c: Add necessary CPP cruft to support that. * configure, Makefile.in, scmconfig.h.in: regenerated. |