Change `char->string' to `string'. `char->string' still defined as
authorChris Hanson <org/chris-hanson/cph>
Sat, 15 Oct 1988 21:24:38 +0000 (21:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 15 Oct 1988 21:24:38 +0000 (21:24 +0000)
alias.

v7/src/runtime/version.scm

index 6b50662b633c54f4918b87eec06513e5d88eac26..5df3d8c1eb56c447eae0c53011de23460a383ccf 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.22 1988/10/13 11:16:53 cph Exp $
+$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 $
 
 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 22))
+  (add-identification! "Runtime" 14 23))
 
 (define microcode-system)