diff options
author | Jim Blandy <jimb@red-bean.com> | 1996-09-10 19:23:47 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1996-09-10 19:23:47 +0000 |
commit | 35440081d79af395229b7e5f0363330c8e67add0 (patch) | |
tree | 549facfb16bca9f3af6619ba17280e798969c4b3 | |
parent | 3e8a29f5f5c8afd927d04e1b9c1ee0ac6c259c1a (diff) | |
download | guile-35440081d79af395229b7e5f0363330c8e67add0.tar.gz |
.
-rw-r--r-- | libguile/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e24190e91..55b3a1347 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,15 @@ Tue Sep 10 14:01:46 1996 Jim Blandy <jimb@floss.cyclic.com> + Use SCM_P instead of PROTO; the latter intrudes on the user's + namespace. + * params.h: Deleted; definition of SCM_P moved to... + * __scm.h: ... here, where it replaces PROTO macro. + * libguile.h, smob.h: Don't #include "params.h". + * continuations.c, error.h, feature.h, gc.c, gc.h, init.h, load.h, + smob.h: Fix prototypes accordingly. + * Makefile.in: Update dependencies. + (inner_h_files): Remove params.h. + * gc.c: #include "gc.h"; every module should include its header, to let the compiler cross-check the declarations against the definitions. |