* ports.c (print_void_port, putc_void_port, puts_void_port,
authorJim Blandy <jimb@red-bean.com>
Mon, 26 May 1997 23:51:59 +0000 (23:51 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 26 May 1997 23:51:59 +0000 (23:51 +0000)
commit38cb0e9ca713b48a9e43e5a5f9b5c3e6bb8db765
tree6fbc0e937642ac5a5ee201dfd73e6ab098d4cf4f
parent524dfbccdf7fef15a27fbdf97c5e404b431b6cd1
* 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)
libguile/ports.c