unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#19389: visit-entry argument problem in module/language/cps/verify.scm
@ 2014-12-15 16:18 Steven H. Margolis
  2016-06-22 19:37 ` Andy Wingo
  2016-06-22 19:37 ` bug#19389: Status: " Andy Wingo
  0 siblings, 2 replies; 3+ messages in thread
From: Steven H. Margolis @ 2014-12-15 16:18 UTC (permalink / raw)
  To: 19389

This weekend I noticed a build problem in guile from the savannah git repository. I think the patch below is an appropriate fix:

(08:06:43 <~/OpenSource/guile2/guile-savannah>) 0 $ git diff
diff --git a/module/language/cps/verify.scm b/module/language/cps/verify.scm
index a39e99b..b636fc4 100644
--- a/module/language/cps/verify.scm
+++ b/module/language/cps/verify.scm
@@ -129,7 +129,7 @@
     (match fun
       (($ $fun (free ...) entry)
        (for-each (cut check-var <> v-env) free)
-       (visit-entry '() v-env))
+       (visit-entry '() k-env v-env))
       (_
        (error "unexpected $fun" fun))))







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

end of thread, other threads:[~2016-06-22 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-15 16:18 bug#19389: visit-entry argument problem in module/language/cps/verify.scm Steven H. Margolis
2016-06-22 19:37 ` Andy Wingo
2016-06-22 19:37 ` bug#19389: Status: " Andy Wingo

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).