Change `procedure?' to handle entities specially, recursing on their
authorChris Hanson <org/chris-hanson/cph>
Tue, 2 Aug 1988 20:27:26 +0000 (20:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 2 Aug 1988 20:27:26 +0000 (20:27 +0000)
invocation method.  Change `environment?' to be true of
`system-global-environment'.  Add new procedures `ic-environment?' and
`system-global-environment?' to distinguish the interesting cases.

v7/src/runtime/version.scm

index 265edf7678e33ada26dcada7c45b69123cf425a8..e4d7435bdaf82fda4f8d278419c96f391a942899 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.15 1988/07/22 22:54:04 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.16 1988/08/02 20:27:26 cph Exp $
 
 Copyright (c) 1988 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))
+  (add-identification! "Runtime" 14 16))
 
 (define microcode-system)