From c5d5195418d269d73c12b0d46a1b6e5af7598ebf Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 10 Sep 1996 19:09:18 +0000 Subject: [PATCH] . --- libguile/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 033a98e53..e24190e91 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,12 @@ +Tue Sep 10 14:01:46 1996 Jim Blandy + + * gc.c: #include "gc.h"; every module should include its header, + to let the compiler cross-check the declarations against the + definitions. + + * eq.h, files.h, hashtab.h, load.h, mallocs.h, scmsigs.h, + simpos.h: #include "libguile/__scm.h". + Mon Sep 9 20:00:15 1996 Jim Blandy * init.c: Don't forget to #include smob.h and init.h.