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

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-05-27 02:38:45 +00:00
parent 2221ecf5ee
commit 33623b5ea7

View file

@ -1,5 +1,15 @@
Mon May 26 18:51:29 1997 Jim Blandy <jimb@floss.cyclic.com> Mon May 26 18:51:29 1997 Jim Blandy <jimb@floss.cyclic.com>
* fports.c (print_pipe_port): New function.
(scm_fptob): Use print_pipe_port instead of scm_prinport; the
latter doesn't even take the right arguments.
* Makefile.am: Increment shared lib revision number. I think
sometimes the uninstalled Guile finds the installed shared lib;
Gord says doing this might help. As things turned out, I can't
say whether it does.
* Makefile.in: Regenerated.
* gh_init.c (gh_enter): Cast c_main_prog to a void * before * gh_init.c (gh_enter): Cast c_main_prog to a void * before
passing it as the closure argument to scm_boot_guile. (Bill passing it as the closure argument to scm_boot_guile. (Bill
Janssen) Janssen)