From 35440081d79af395229b7e5f0363330c8e67add0 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 10 Sep 1996 19:23:47 +0000 Subject: [PATCH] . --- libguile/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + 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.