Introduce new variable `unspecific' which the compiler may assume an
authorChris Hanson <org/chris-hanson/cph>
Fri, 5 Aug 1988 20:59:16 +0000 (20:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 5 Aug 1988 20:59:16 +0000 (20:59 +0000)
arbitrary binding value for.  Replace nearly all occurrences of
`*the-non-printing-object*' with this new variable.  Flush special
handling for arguments to `error' special form, assuming that all code
is syntaxed with the new syntaxer.

v7/src/runtime/version.scm

index e4d7435bdaf82fda4f8d278419c96f391a942899..943390065b309384379ae164febc33a84c52ce8d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$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 $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.17 1988/08/05 20:59:16 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 16))
+  (add-identification! "Runtime" 14 17))
 
 (define microcode-system)