cph did something for os2.
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.237 1994/11/20 08:45:11 cph Exp $
+$Id: runtime.pkg,v 14.238 1994/12/02 16:42:11 adams Exp $
Copyright (c) 1988-94 Massachusetts Institute of Technology
(file-case os-type
((unix) "unxprm")
((dos nt) "dosprm")
+ ((os/2) "os2prm")
(else)))
(define-package (package)
(file-case os-type
((unix) "unxdir")
((dos nt) "dosdir")
+ ((os/2) "os2dir")
;;(else "unkdir")
(else))
(parent ())
(else))
(initialization (initialize-package!)))
-;; DOS and NT pathanme packages present in both to allow band sharing.
-
(define-package (runtime pathname dos)
(parent (runtime pathname))
(file-case os-type
- ((dos nt) "dospth")
- (else))
- (initialization (initialize-package!)))
-
-(define-package (runtime pathname nt)
- (parent (runtime pathname))
- (file-case os-type
- ((nt dos) "ntpth")
+ ((dos nt os/2) "dospth")
(else))
(initialization (initialize-package!)))
(files "pp")
(parent ())
(export ()
+ *pp-auto-highlighter*
*pp-avoid-circularity?*
*pp-default-as-code?*
*pp-forced-x-size*
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.237 1994/11/20 08:45:11 cph Exp $
+$Id: runtime.pkg,v 14.238 1994/12/02 16:42:11 adams Exp $
Copyright (c) 1988-94 Massachusetts Institute of Technology
(file-case os-type
((unix) "unxprm")
((dos nt) "dosprm")
+ ((os/2) "os2prm")
(else)))
(define-package (package)
(file-case os-type
((unix) "unxdir")
((dos nt) "dosdir")
+ ((os/2) "os2dir")
;;(else "unkdir")
(else))
(parent ())
(else))
(initialization (initialize-package!)))
-;; DOS and NT pathanme packages present in both to allow band sharing.
-
(define-package (runtime pathname dos)
(parent (runtime pathname))
(file-case os-type
- ((dos nt) "dospth")
- (else))
- (initialization (initialize-package!)))
-
-(define-package (runtime pathname nt)
- (parent (runtime pathname))
- (file-case os-type
- ((nt dos) "ntpth")
+ ((dos nt os/2) "dospth")
(else))
(initialization (initialize-package!)))
(files "pp")
(parent ())
(export ()
+ *pp-auto-highlighter*
*pp-avoid-circularity?*
*pp-default-as-code?*
*pp-forced-x-size*