Change modifiers to return `unassigned'. This will result in superior
authorChris Hanson <org/chris-hanson/cph>
Tue, 13 Dec 1988 13:10:38 +0000 (13:10 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 13 Dec 1988 13:10:38 +0000 (13:10 +0000)
compiled code as the compiler will not attempt to produce the original
value of the location being modified.

v7/src/runtime/version.scm

index b091ab40d55194bf9c39ed23bb70ab2e4aace12d..96cf0fe8f6439007ba702c6d7d39909fefb69602 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.29 1988/11/12 09:21:08 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.30 1988/12/13 13:10:38 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 29))
+  (add-identification! "Runtime" 14 30))
 
 (define microcode-system)