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:
8cec672
)
Provide a new, faster version of apply.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Tue, 3 Nov 1992 22:43:12 +0000
(22:43 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Tue, 3 Nov 1992 22:43:12 +0000
(22:43 +0000)
Prevent directory expansion while reading directories.
v7/src/runtime/version.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/version.scm
b/v7/src/runtime/version.scm
index 02faea18303652538ac3a6d47a79d2fa30323219..58dfe7a3ada35dd4f8b7f0baacf4af17bcb88fc3 100644
(file)
--- a/
v7/src/runtime/version.scm
+++ b/
v7/src/runtime/version.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: version.scm,v 14.15
6 1992/09/02 16:28:13
jinx Exp $
+$Id: version.scm,v 14.15
7 1992/11/03 22:43:12
jinx Exp $
Copyright (c) 1988-1992 Massachusetts Institute of Technology
@@
-45,7
+45,7
@@
MIT in each case. |#
'()))
(add-system! microcode-system)
(add-event-receiver! event:after-restore snarf-microcode-version!)
- (add-identification! "Runtime" 14 15
6
))
+ (add-identification! "Runtime" 14 15
7
))
(define microcode-system)