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 02:45:38 +00:00
parent a8be22fe50
commit 81643a3499

View file

@ -1,5 +1,8 @@
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.
* Makefile.in: Dependencies updated.
* smob.h: Use PROTO instead of #if __STDC__.
* continuations.c (scm_dynthrow): Use PROTO, not SCM_P.