From ef15fd2dede31a5b61e55c29b8967b6fdb6cf10c Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Thu, 21 May 2009 16:37:13 +0000 Subject: [PATCH] error in mred linking fixed, please propagate svn: r14903 --- collects/htdp/big-draw.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/htdp/big-draw.ss b/collects/htdp/big-draw.ss index f0925a659d..2f98be4706 100644 --- a/collects/htdp/big-draw.ss +++ b/collects/htdp/big-draw.ss @@ -14,7 +14,7 @@ (define-values/invoke-unit/infer (export graphics^) - (link graphics-posn-less@ standard-mred@)) + (link standard-mred@ graphics-posn-less@)) (provide-signature-elements graphics^)