From 828e23a50e2184d71eff84a56107a67446cd3138 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 15 Jul 1988 22:33:49 +0000 Subject: [PATCH] Adjust handling of `=>' option to `cond' special form so that it 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. --- v7/src/runtime/version.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 006fb6186..12401984b 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-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 @@ -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 12)) + (add-identification! "Runtime" 14 13)) (define microcode-system) -- 2.25.1