From 62691c7ccec4773fc20cb3179a04c4d48622b23a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 4 Sep 2013 23:05:14 -0400 Subject: Update mvars module. There were some issues with the original version that Mark Weaver has fixed. This also resolves an issue where mvars was unusable on Guile versions less than 2.0.9 because of a docstring on case-lambda. --- 2d/repl/repl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2d/repl') diff --git a/2d/repl/repl.scm b/2d/repl/repl.scm index 253789d..4ff8f52 100644 --- a/2d/repl/repl.scm +++ b/2d/repl/repl.scm @@ -130,8 +130,8 @@ ;;; The repl ;;; -(define repl-input-mvar (new-mvar)) -(define repl-output-mvar (new-mvar)) +(define repl-input-mvar (new-empty-mvar)) +(define repl-output-mvar (new-empty-mvar)) (define* (start-repl #:optional (lang (current-language)) #:key debug) ;; ,language at the REPL will update the current-language. Make -- cgit v1.2.3