#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/unpars.scm,v 14.4 1988/07/15 22:31:04 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/unpars.scm,v 14.5 1988/07/16 18:54:39 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
;; middle of the other stuff.
(let ((unparse-it
(lambda (thunk)
- (*unparse-with-brackets (compiled-procedure-type entry)
- entry
- thunk))))
+ (*unparse-with-brackets 'COMPILED-PROCEDURE entry thunk))))
(compiled-entry->name entry
(lambda (string)
(unparse-it
(lambda ()
(*unparse-datum entry)))))))))
-(define (compiled-procedure-type entry)
- (if (compiled-code-block/manifest-closure?
- (compiled-code-address->block entry))
- 'MANIFEST-CLOSURE
- 'COMPILED-PROCEDURE))
-
(define (unparse-compiled-entry entry)
(let ((unparse-it
(lambda (thunk)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.13 1988/07/15 22:33:49 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.14 1988/07/16 18:54:56 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
'()))
(add-system! microcode-system)
(add-event-receiver! event:after-restore snarf-microcode-version!)
- (add-identification! "Runtime" 14 13))
+ (add-identification! "Runtime" 14 14))
(define microcode-system)