Several changes to make unix signals work right.
authorChris Hanson <org/chris-hanson/cph>
Fri, 21 Oct 1988 00:18:54 +0000 (00:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 21 Oct 1988 00:18:54 +0000 (00:18 +0000)
v7/src/runtime/version.scm

index 5df3d8c1eb56c447eae0c53011de23460a383ccf..adfc4e36bd510774e8b41bb83afa016ff89f2ca0 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.23 1988/10/15 21:24:38 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.24 1988/10/21 00:18:54 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 23))
+  (add-identification! "Runtime" 14 24))
 
 (define microcode-system)