1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00
This commit is contained in:
Jim Blandy 1996-09-10 19:09:18 +00:00
parent 5e044c02d3
commit c5d5195418

View file

@ -1,3 +1,12 @@
Tue Sep 10 14:01:46 1996 Jim Blandy <jimb@floss.cyclic.com>
* 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 <jimb@floss.cyclic.com>
* init.c: Don't forget to #include smob.h and init.h.