From: Stephen Adams Date: Mon, 26 Aug 1996 20:42:45 +0000 (+0000) Subject: Added DEFINE-INTEGRABLE to list of specially formatted keywords. X-Git-Tag: 20090517-FFI~5397 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ae194df888e91978a1fd21c1e29b2dfc25f18027;p=mit-scheme.git Added DEFINE-INTEGRABLE to list of specially formatted keywords. --- diff --git a/v7/src/runtime/pp.scm b/v7/src/runtime/pp.scm index e0107888b..9758d677e 100644 --- a/v7/src/runtime/pp.scm +++ b/v7/src/runtime/pp.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: pp.scm,v 14.37 1996/04/24 04:22:59 cph Exp $ +$Id: pp.scm,v 14.38 1996/08/26 20:42:45 adams Exp $ Copyright (c) 1988-96 Massachusetts Institute of Technology @@ -59,6 +59,7 @@ MIT in each case. |# (LETREC . ,print-let-expression) (FLUID-LET . ,print-let-expression) (DEFINE . ,print-procedure) + (DEFINE-INTEGRABLE . ,print-procedure) (LAMBDA . ,print-procedure) (NAMED-LAMBDA . ,print-procedure))) (set! dispatch-list code-dispatch-list)