projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84c274c
)
Duh. Can't delete DOS pathname support; that is used by Win32 and
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 22 May 2001 03:18:47 +0000
(
03:18
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 22 May 2001 03:18:47 +0000
(
03:18
+0000)
OS/2.
v7/src/runtime/runtime.pkg
patch
|
blob
|
history
diff --git
a/v7/src/runtime/runtime.pkg
b/v7/src/runtime/runtime.pkg
index 1561c1b44c79d880a6bd059a8002a824a5bf5881..efe5d2500e868d7ff9ade450dc513840f2a54db4 100644
(file)
--- a/
v7/src/runtime/runtime.pkg
+++ b/
v7/src/runtime/runtime.pkg
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.36
6 2001/05/12 19:40:19
cph Exp $
+$Id: runtime.pkg,v 14.36
7 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 ())