From ab08771c9108868bbc2ba9c7e272d35b6900ef5e Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 16 Aug 1991 01:19:40 +0000 Subject: [PATCH] Updated pretty printer exports control variables. --- v7/src/runtime/runtime.pkg | 10 +++++++++- v8/src/runtime/runtime.pkg | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 155d35aa6..1643287d2 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.113 1991/07/25 01:07:09 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.114 1991/08/16 01:19:40 jinx Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -1463,6 +1463,14 @@ MIT in each case. |# (files "pp") (parent ()) (export () + *pp-named-lambda->define?* + *pp-primitives-by-name* + *pp-uninterned-symbols-by-name* + *pp-no-highlights?* + *pp-really-pretty?* + *pp-lists-as-tables?* + *pp-forced-x-size* + make-pretty-printer-highlight pp pretty-print) (initialization (initialize-package!))) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index acc630ead..1e2b25083 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.113 1991/07/25 01:07:09 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.114 1991/08/16 01:19:40 jinx Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -1463,6 +1463,14 @@ MIT in each case. |# (files "pp") (parent ()) (export () + *pp-named-lambda->define?* + *pp-primitives-by-name* + *pp-uninterned-symbols-by-name* + *pp-no-highlights?* + *pp-really-pretty?* + *pp-lists-as-tables?* + *pp-forced-x-size* + make-pretty-printer-highlight pp pretty-print) (initialization (initialize-package!))) -- 2.25.1