#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.36 1992/04/22 21:16:09 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.37 1992/05/12 15:45:23 mhwu Exp $
Copyright (c) 1989-92 Massachusetts Institute of Technology
"debug"
"debuge"
"dired"
+ "dos"
+ "dosproc"
"ed-ffi"
"editor"
"evlcom"
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.90 1992/04/22 21:14:39 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.91 1992/05/12 15:45:40 mhwu Exp $
Copyright (c) 1989-92 Massachusetts Institute of Technology
(global-definitions "../runtime/runtim")
(define-package (edwin)
+ (file-case os-type
+ ((unix) "unix")
+ ((dos) "dos"))
(files "utils"
"nvector"
"ring"
"strtab"
"strpad"
"class"
- "unix"
"paths"
"struct"
(parent (edwin)))
(define-package (edwin process)
- (files "process")
+ (file-case os-type
+ ((unix) "process")
+ ((dos) "dosproc"))
(parent (edwin))
(export (edwin)
accept-process-output