From bc006358e4467af211798b4b94cc72feef8bf388 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Thu, 13 Jul 1995 23:01:06 +0000 Subject: [PATCH] *** empty log message *** --- v8/src/compiler/base/toplev.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.25.1