From 59105621b4180ea488995c0d64a0ce4aa11c7b3e Mon Sep 17 00:00:00 2001 From: sybok Date: Thu, 29 Aug 1991 21:14:53 +0000 Subject: [PATCH] New global variable, *pp-avoid-circularity?*, which can be fluid-letted, has been created. --- v7/src/runtime/runtime.pkg | 3 ++- v8/src/runtime/runtime.pkg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 50d2d17cb..ae1c6ac30 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.117 1991/08/22 15:43:39 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.118 1991/08/29 21:14:53 sybok Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -1473,6 +1473,7 @@ MIT in each case. |# *pp-primitives-by-name* *pp-save-vertical-space?* *pp-uninterned-symbols-by-name* + *pp-avoid-circularity?* make-pretty-printer-highlight pp pretty-print) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 103a5af2c..3a4f9d840 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.117 1991/08/22 15:43:39 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.118 1991/08/29 21:14:53 sybok Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -1473,6 +1473,7 @@ MIT in each case. |# *pp-primitives-by-name* *pp-save-vertical-space?* *pp-uninterned-symbols-by-name* + *pp-avoid-circularity?* make-pretty-printer-highlight pp pretty-print) -- 2.25.1