unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Robin Green <greenrd@greenrd.org>
To: 43102@debbugs.gnu.org
Cc: Robin Green <greenrd@greenrd.org>
Subject: bug#43102: [PATCH] Fix trace-calls-to-procedure
Date: Sat, 29 Aug 2020 15:26:04 +0100	[thread overview]
Message-ID: <20200829142604.20520-1-greenrd@greenrd.org> (raw)

* 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






             reply	other threads:[~2020-08-29 14:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-29 14:26 Robin Green [this message]
2021-05-16  6:52 ` bug#43102: what is this about ? Adriano Peluso
2021-05-16  7:35   ` Adriano Peluso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200829142604.20520-1-greenrd@greenrd.org \
    --to=greenrd@greenrd.org \
    --cc=43102@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).