fixed to use new module path syntax

svn: r7766
This commit is contained in:
Robby Findler 2007-11-19 16:28:49 +00:00
parent 037d049164
commit 12504d82f5

View File

@ -20,7 +20,7 @@
(unless tried?
(set! tried? #t)
(with-handlers ([exn:fail? (lambda (x) #f)])
(set! got-id (dynamic-require '(lib "private/lang/imageeq.ss") 'id))
(set! got-id (dynamic-require 'lang/private/imageeq 'id))
...)))))]))
;; This macro is used once for each individual function,