1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1996-12-10 01:42:08 +00:00
parent f3acc5c15f
commit 52b60d44fb

View file

@ -1,3 +1,10 @@
Mon Dec 9 18:36:50 1996 Jim Blandy <jimb@duality.gnu.ai.mit.edu>
* backtrace.c (scm_display_error_message): Made non-static, and
renamed from display_error_message.
* backtrace.h (scm_display_error_message): Added extern decl.
* throw.c (uncaught_throw): Use it to display the error message.
Mon Dec 9 10:10:38 1996 Tom Tromey <tromey@cygnus.com>
* inet_aton.c: Use #if 0, not #ifdef 0.