removed the plt-mzscheme and plt-mred languages. AFAICT, only the stepper's test suite depends on them and John says he doesn't need them
svn: r9385
This commit is contained in:
parent
f0f27e2e2c
commit
a992eb352a
|
@ -1,12 +0,0 @@
|
|||
(module plt-mred mzscheme
|
||||
(require mred
|
||||
mzlib/class)
|
||||
|
||||
(define argv (current-command-line-arguments))
|
||||
(define program (find-system-path 'exec-file))
|
||||
|
||||
(provide argv
|
||||
program
|
||||
(all-from mzscheme)
|
||||
(all-from mzlib/class)
|
||||
(all-from mred)))
|
|
@ -1,6 +0,0 @@
|
|||
(module plt-mzscheme mzscheme
|
||||
(define argv (current-command-line-arguments))
|
||||
(define program (find-system-path 'exec-file))
|
||||
(provide argv
|
||||
program
|
||||
(all-from mzscheme)))
|
Loading…
Reference in New Issue
Block a user