Variety of changes to condition system, to generalize error reporting
authorChris Hanson <org/chris-hanson/cph>
Tue, 21 Jun 1988 05:51:30 +0000 (05:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 21 Jun 1988 05:51:30 +0000 (05:51 +0000)
mechanism.  Trivial change to continuation parser.

v7/src/runtime/version.scm

index e83578d660a2bebaa4ac5c552b2a078435ca3260..0fcf84cf9ff69c47875838761640aae34e180d55 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.5 1988/06/16 06:40:12 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.6 1988/06/21 05:51:30 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -40,4 +40,4 @@ MIT in each case. |#
 (define (initialize-package!)
   (add-identification!
    "Microcode" microcode-id/version microcode-id/modification)
-  (add-identification! "Runtime" 14 5))
\ No newline at end of file
+  (add-identification! "Runtime" 14 6))
\ No newline at end of file