matches the definition in the standard.
Change unparser to handle character sets specially.
Implement octal ASCII escape sequences in strings, both for the parser
and unparser.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.12 1988/07/15 08:44:58 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.13 1988/07/15 22:33:49 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
'()))
(add-system! microcode-system)
(add-event-receiver! event:after-restore snarf-microcode-version!)
- (add-identification! "Runtime" 14 12))
+ (add-identification! "Runtime" 14 13))
(define microcode-system)