From: Chris Hanson Date: Tue, 22 May 2001 03:18:47 +0000 (+0000) Subject: Duh. Can't delete DOS pathname support; that is used by Win32 and X-Git-Tag: 20090517-FFI~2807 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=401d7be7d54d09a56993fcacd0d67b3d89683d8b;p=mit-scheme.git Duh. Can't delete DOS pathname support; that is used by Win32 and OS/2. --- 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 ())