Use SCM_P instead of PROTO; the latter intrudes on the user's
authorJim Blandy <jimb@red-bean.com>
Tue, 10 Sep 1996 19:22:40 +0000 (19:22 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 10 Sep 1996 19:22:40 +0000 (19:22 +0000)
commit3e8a29f5f5c8afd927d04e1b9c1ee0ac6c259c1a
tree2b879981654c3b6324d9de3677626d5e4b090849
parentc5d5195418d269d73c12b0d46a1b6e5af7598ebf
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.
libguile/Makefile.in
libguile/__scm.h
libguile/continuations.c
libguile/error.h
libguile/feature.h
libguile/gc.c
libguile/gc.h
libguile/init.h
libguile/libguile.h
libguile/load.h
libguile/smob.h