Update handler for error COMPILED-CODE-ERROR, and add handler for
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 3 Oct 1990 21:54:30 +0000 (21:54 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 3 Oct 1990 21:54:30 +0000 (21:54 +0000)
return code COMPILER-ERROR-RESTART.

v7/src/runtime/version.scm

index 19476de290a48f09d84ee6a420ab71ca4ce20a69..74292f52aa5136b48d1ad284f2a2a1109ab6f1b7 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.97 1990/10/02 22:45:01 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.98 1990/10/03 21:54:30 jinx Exp $
 
 Copyright (c) 1988, 1989, 1990 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 97))
+  (add-identification! "Runtime" 14 98))
 
 (define microcode-system)