From 9a8c2995aefcbc39381215f18e2733c6943060e9 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 27 Nov 2015 12:31:16 +0100 Subject: [PATCH] More robust low-level frame printer * libguile/frames.c (scm_i_frame_print): Print using frame-procedure-name, not frame-procedure. --- libguile/frames.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/libguile/frames.c b/libguile/frames.c index 7432f8d84..7492adfb2 100644 --- a/libguile/frames.c +++ b/libguile/frames.c @@ -43,9 +43,17 @@ scm_i_frame_print (SCM frame, SCM port, scm_print_state *pstate) { scm_puts_unlocked ("#", port); }