Duh. Can't delete DOS pathname support; that is used by Win32 and
authorChris Hanson <org/chris-hanson/cph>
Tue, 22 May 2001 03:18:47 +0000 (03:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 22 May 2001 03:18:47 +0000 (03:18 +0000)
OS/2.

v7/src/runtime/runtime.pkg

index 1561c1b44c79d880a6bd059a8002a824a5bf5881..efe5d2500e868d7ff9ade450dc513840f2a54db4 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.366 2001/05/12 19:40:19 cph Exp $
+$Id: runtime.pkg,v 14.367 2001/05/22 03:18:47 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
@@ -1778,6 +1778,11 @@ 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 ())