From: Stephen Adams Date: Thu, 13 Jul 1995 23:01:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 20090517-FFI~6176 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bc006358e4467af211798b4b94cc72feef8bf388;p=mit-scheme.git *** empty log message *** --- diff --git a/v8/src/compiler/base/toplev.scm b/v8/src/compiler/base/toplev.scm index ecae6c125..afe3a3616 100644 --- a/v8/src/compiler/base/toplev.scm +++ b/v8/src/compiler/base/toplev.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: toplev.scm,v 1.6 1995/02/28 01:50:05 adams Exp $ +$Id: toplev.scm,v 1.7 1995/07/13 23:01:06 adams Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -932,7 +932,8 @@ MIT in each case. |# (compiler-phase "LAP File Output" (lambda () (fluid-let ((*unparser-radix* 16) - (*unparse-uninterned-symbols-by-name?* true)) + (*unparse-uninterned-symbols-by-name?* true) + (*unparse-abbreviate-quotations?* true)) (with-output-to-port port (lambda () (define (hack-rtl rtl)