From 401d7be7d54d09a56993fcacd0d67b3d89683d8b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 22 May 2001 03:18:47 +0000 Subject: [PATCH] Duh. Can't delete DOS pathname support; that is used by Win32 and OS/2. --- v7/src/runtime/runtime.pkg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 1561c1b44..efe5d2500 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -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 ()) -- 2.25.1