From: Chris Hanson Date: Fri, 19 Aug 1994 06:08:32 +0000 (+0000) Subject: Change default for PP to be AS-CODE. X-Git-Tag: 20090517-FFI~7129 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=550eb24d4670886e0051c310f9a74447483ce197;p=mit-scheme.git Change default for PP to be AS-CODE. --- diff --git a/v7/src/runtime/pp.scm b/v7/src/runtime/pp.scm index 5eb59b4d8..d205f3d93 100644 --- a/v7/src/runtime/pp.scm +++ b/v7/src/runtime/pp.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: pp.scm,v 14.28 1993/08/12 06:01:50 cph Exp $ +$Id: pp.scm,v 14.29 1994/08/19 06:08:32 cph Exp $ -Copyright (c) 1988-93 Massachusetts Institute of Technology +Copyright (c) 1988-94 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -65,7 +65,7 @@ MIT in each case. |# (define *pp-lists-as-tables?* true) (define *pp-forced-x-size* false) (define *pp-avoid-circularity?* false) -(define *pp-default-as-code?* 'IF-SCODE) +(define *pp-default-as-code?* #t) (define (pp object #!optional port . rest) (let ((port (if (default-object? port) (current-output-port) port)))