*** empty log message ***
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 13 Jul 1995 23:01:06 +0000 (23:01 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 13 Jul 1995 23:01:06 +0000 (23:01 +0000)
v8/src/compiler/base/toplev.scm

index ecae6c125284b268d0a342dbe995436786d82830..afe3a36165546d7f3861b195654ce290ef2c104a 100644 (file)
@@ -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)