
moved internal modules to schemeunit/private moved tests to tests/schemeunig added schemeunit/gui drscheme: fixed bug in show-backtrace-window svn: r18243
18 lines
410 B
Scheme
18 lines
410 B
Scheme
;; Written in #%kernel to avoid adding any module-attachment
|
|
;; dependencies. Initialized by the DrScheme integration tool.
|
|
|
|
(module drscheme-link '#%kernel
|
|
(#%provide link)
|
|
|
|
#|
|
|
|
|
If initialized (has non-#f value), the box should contain a vector
|
|
of the following procedures:
|
|
|
|
(vector get-errortrace-backtrace
|
|
show-backtrace
|
|
show-source)
|
|
|#
|
|
|
|
(define-values (link) (box #f)))
|