Add (runtime pathname nt)
authorStephen Adams <edu/mit/csail/zurich/adams>
Fri, 29 Jan 1993 00:11:17 +0000 (00:11 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Fri, 29 Jan 1993 00:11:17 +0000 (00:11 +0000)
v7/src/runtime/make.scm
v7/src/runtime/runtime.pkg
v8/src/runtime/make.scm
v8/src/runtime/runtime.pkg

index d491ad048a2a5c522f03147e3b06faea736bcce4..a75d01db9af19a178a7704f79e6eecbd06db6c54 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 14.39 1992/12/07 19:06:47 cph Exp $
+$Id: make.scm,v 14.40 1993/01/29 00:11:17 adams Exp $
 
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -369,6 +369,7 @@ MIT in each case. |#
    ;; Typically only one of them is loaded.
    (RUNTIME PATHNAME UNIX)
    (RUNTIME PATHNAME DOS)
+   (RUNTIME PATHNAME NT)
    (RUNTIME PATHNAME)
    (RUNTIME WORKING-DIRECTORY)
    (RUNTIME LOAD)
index e437871a29f411e8b11cdb7fc6b88209a047a251..4dfdef42993502daf32af56c8ac524c31550266f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.172 1993/01/28 23:21:21 adams Exp $
+$Id: runtime.pkg,v 14.173 1993/01/29 00:09:09 adams Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -1508,7 +1508,13 @@ MIT in each case. |#
   (parent (runtime pathname))
   (file-case os-type
    ((dos) "dospth")
-   ((nt) "dospth")
+   (else))
+  (initialization (initialize-package!)))
+
+(define-package (runtime pathname nt)
+  (parent (runtime pathname))
+  (file-case os-type
+   ((nt) "ntpth")
    (else))
   (initialization (initialize-package!)))
 
index d491ad048a2a5c522f03147e3b06faea736bcce4..a75d01db9af19a178a7704f79e6eecbd06db6c54 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 14.39 1992/12/07 19:06:47 cph Exp $
+$Id: make.scm,v 14.40 1993/01/29 00:11:17 adams Exp $
 
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -369,6 +369,7 @@ MIT in each case. |#
    ;; Typically only one of them is loaded.
    (RUNTIME PATHNAME UNIX)
    (RUNTIME PATHNAME DOS)
+   (RUNTIME PATHNAME NT)
    (RUNTIME PATHNAME)
    (RUNTIME WORKING-DIRECTORY)
    (RUNTIME LOAD)
index e437871a29f411e8b11cdb7fc6b88209a047a251..4dfdef42993502daf32af56c8ac524c31550266f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.172 1993/01/28 23:21:21 adams Exp $
+$Id: runtime.pkg,v 14.173 1993/01/29 00:09:09 adams Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -1508,7 +1508,13 @@ MIT in each case. |#
   (parent (runtime pathname))
   (file-case os-type
    ((dos) "dospth")
-   ((nt) "dospth")
+   (else))
+  (initialization (initialize-package!)))
+
+(define-package (runtime pathname nt)
+  (parent (runtime pathname))
+  (file-case os-type
+   ((nt) "ntpth")
    (else))
   (initialization (initialize-package!)))