unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#43102: [PATCH] Fix trace-calls-to-procedure
@ 2020-08-29 14:26 Robin Green
  2021-05-16  6:52 ` bug#43102: what is this about ? Adriano Peluso
  0 siblings, 1 reply; 3+ messages in thread
From: Robin Green @ 2020-08-29 14:26 UTC (permalink / raw)
  To: 43102; +Cc: Robin Green

* module/system/vm/trace.scm: Remove argument
---
 module/system/vm/trace.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/system/vm/trace.scm b/module/system/vm/trace.scm
index e9f17dae8..54840d8fd 100644
--- a/module/system/vm/trace.scm
+++ b/module/system/vm/trace.scm
@@ -73,7 +73,7 @@ trace-calls-to-procedure
                                    (max-indent (- width 40)))
   (define (apply-handler frame depth)
     (print-application frame depth width prefix max-indent))
-  (define (return-handler frame depth values)
+  (define (return-handler frame depth)
     (print-return frame depth width prefix max-indent))
   (trap-calls-to-procedure proc apply-handler return-handler))
 
-- 
2.27.0






^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-16  7:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29 14:26 bug#43102: [PATCH] Fix trace-calls-to-procedure Robin Green
2021-05-16  6:52 ` bug#43102: what is this about ? Adriano Peluso
2021-05-16  7:35   ` Adriano Peluso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).