Delete DOS stuff.
authorChris Hanson <org/chris-hanson/cph>
Wed, 9 May 2001 03:04:54 +0000 (03:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 9 May 2001 03:04:54 +0000 (03:04 +0000)
v7/src/runtime/runtime.pkg

index 3a5b40c70044fb20ceab68f299f525ff337113bb..e5ed9df4a84519710db71f51976101b98e60698b 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.364 2001/03/16 20:17:51 cph Exp $
+$Id: runtime.pkg,v 14.365 2001/05/09 03:04:54 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
@@ -40,7 +40,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
         "vector")
   (file-case os-type
     ((unix) "unxprm")
-    ((dos) "dosprm")
     ((nt) "ntprm")
     ((os/2) "os2prm")
     (else)))
@@ -632,7 +631,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 (define-package (runtime directory)
   (file-case os-type
     ((unix) "unxdir")
-    ((dos) "dosdir")
     ((os/2) "os2dir")
     ((nt) "ntdir")
     ;;(else "unkdir")
@@ -1779,11 +1777,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
   (parent (runtime pathname))
   (initialization (initialize-package!)))
 
-(define-package (runtime pathname dos)
-  (files "dospth")
-  (parent (runtime pathname))
-  (initialization (initialize-package!)))
-
 (define-package (runtime population)
   (files "poplat")
   (parent ())