system.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.8 1988/06/22 21:34:22 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.9 1988/06/30 22:22:42 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
for-each-system!
load-system!
make-system
+ set-system/modification!
+ set-system/version!
system/identification-string
system/modification
system/name
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/system.scm,v 14.2 1988/06/16 06:39:36 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/system.scm,v 14.3 1988/06/30 22:22:23 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
(name version modification files-lists))
(conc-name system/))
(name false read-only true)
- (version false read-only true)
- (modification false read-only true)
+ (version false)
+ (modification false)
(files-lists false read-only true)
(files false))
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.8 1988/06/22 21:34:22 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.9 1988/06/30 22:22:42 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
for-each-system!
load-system!
make-system
+ set-system/modification!
+ set-system/version!
system/identification-string
system/modification
system/name