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:
46e63ca
)
New file "ntprm.scm" has Win32 primitive interface, which is now
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 28 Oct 1995 01:55:08 +0000
(
01:55
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 28 Oct 1995 01:55:08 +0000
(
01:55
+0000)
different from the DOS primitive interface.
v7/src/runtime/runtime.pkg
patch
|
blob
|
history
diff --git
a/v7/src/runtime/runtime.pkg
b/v7/src/runtime/runtime.pkg
index ad1dadf8eddd8d494d49526701d487f70f00057e..97ebef6f1d9526f4fe02258be54837e4a3785c2e 100644
(file)
--- a/
v7/src/runtime/runtime.pkg
+++ b/
v7/src/runtime/runtime.pkg
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.26
2 1995/09/11 19:06:33
cph Exp $
+$Id: runtime.pkg,v 14.26
3 1995/10/28 01:55:08
cph Exp $
Copyright (c) 1988-95 Massachusetts Institute of Technology
@@
-54,7
+54,8
@@
MIT in each case. |#
(else))
(file-case os-type
((unix) "unxprm")
- ((dos nt) "dosprm")
+ ((dos) "dosprm")
+ ((nt) "ntprm")
((os/2) "os2prm")
(else)))