From: Chris Hanson Date: Fri, 5 Aug 1988 20:59:16 +0000 (+0000) Subject: Introduce new variable `unspecific' which the compiler may assume an X-Git-Tag: 20090517-FFI~12630 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4424bd5b0f845a1688947c8f3803cc45b0a1405a;p=mit-scheme.git Introduce new variable `unspecific' which the compiler may assume an arbitrary binding value for. Replace nearly all occurrences of `*the-non-printing-object*' with this new variable. Flush special handling for arguments to `error' special form, assuming that all code is syntaxed with the new syntaxer. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index e4d7435bd..943390065 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.16 1988/08/02 20:27:26 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.17 1988/08/05 20:59:16 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 16)) + (add-identification! "Runtime" 14 17)) (define microcode-system)