1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-05-26 23:52:20 +00:00
parent 38cb0e9ca7
commit 06de7963a3

View file

@ -1,4 +1,15 @@
Mon May 26 17:24:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
Mon May 26 18:51:29 1997 Jim Blandy <jimb@floss.cyclic.com>
* gh_init.c (gh_enter): Cast c_main_prog to a void * before
passing it as the closure argument to scm_boot_guile. (Bill
Janssen)
* ports.c (print_void_port, putc_void_port, puts_void_port,
write_void_port, flush_void_port, getc_void_port, close_void_port,
noop0): Use ANSI prototypes instead of K&R declarations, so the
initialization of void_port_ptob gets aggressively type-checked.
Fix arguments of print_void_port and write_void_port. (Bill
Janssen)
* COPYING, __scm.h, _scm.h, alist.c, alist.h, append.c, append.h,
appinit.c, arbiters.c, arbiters.h, async.c, async.h, backtrace.c,