From e742d547213b2c0de3703cb2a22058ddea36cc4c Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Thu, 28 Jan 1993 23:21:21 +0000 Subject: [PATCH] Add dummy variants for Windows NT. --- v7/src/runtime/runtime.pkg | 5 ++++- v8/src/runtime/runtime.pkg | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 2ecf678de..e437871a2 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.171 1993/01/13 08:48:49 cph Exp $ +$Id: runtime.pkg,v 14.172 1993/01/28 23:21:21 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -55,6 +55,7 @@ MIT in each case. |# (file-case os-type ((unix) "unxprm") ((dos) "dosprm") + ((nt) "dosprm") (else))) (define-package (package) @@ -451,6 +452,7 @@ MIT in each case. |# (file-case os-type ((unix) "unxdir") ((dos) "dosdir") + ((nt) "dosdir") ;;(else "unkdir") (else)) (parent ()) @@ -1506,6 +1508,7 @@ MIT in each case. |# (parent (runtime pathname)) (file-case os-type ((dos) "dospth") + ((nt) "dospth") (else)) (initialization (initialize-package!))) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 2ecf678de..e437871a2 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.171 1993/01/13 08:48:49 cph Exp $ +$Id: runtime.pkg,v 14.172 1993/01/28 23:21:21 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -55,6 +55,7 @@ MIT in each case. |# (file-case os-type ((unix) "unxprm") ((dos) "dosprm") + ((nt) "dosprm") (else))) (define-package (package) @@ -451,6 +452,7 @@ MIT in each case. |# (file-case os-type ((unix) "unxdir") ((dos) "dosdir") + ((nt) "dosdir") ;;(else "unkdir") (else)) (parent ()) @@ -1506,6 +1508,7 @@ MIT in each case. |# (parent (runtime pathname)) (file-case os-type ((dos) "dospth") + ((nt) "dospth") (else)) (initialization (initialize-package!))) -- 2.25.1