From f392caa4decff1986825982584d53601468caff2 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 14 Jun 1990 00:01:49 +0000 Subject: [PATCH] Add a unsyntaxer:macroize? flag to get a more "truthfull" result. --- 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 2ed8e385b..30f74e757 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.80 1990/04/21 15:20:05 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.81 1990/06/14 00:01:49 jinx Exp $ Copyright (c) 1988, 1989, 1990 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 80)) + (add-identification! "Runtime" 14 81)) (define microcode-system) -- 2.25.1