From 98620ae135ebbfb1a3176c46a5954c0b2c3adb0c Mon Sep 17 00:00:00 2001 From: Greg Cooper Date: Mon, 26 Jun 2006 22:49:10 +0000 Subject: [PATCH] reference to 'false' in lifted:nonstrict was unbound svn: r3484 --- collects/frtime/mzscheme-core.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/frtime/mzscheme-core.ss b/collects/frtime/mzscheme-core.ss index bb1622d546..ef81b1556a 100644 --- a/collects/frtime/mzscheme-core.ss +++ b/collects/frtime/mzscheme-core.ss @@ -365,7 +365,7 @@ clause ... (require (rename module tmp-name fun-name) ...) (define (fun-name . args) - (apply lift false tmp-name args)) + (apply lift #f tmp-name args)) ...))] [(lifted module . ids) (with-syntax ([(fun-name ...) (syntax ids)]