projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e4b383
)
Fiddled with kmp printing.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Fri, 5 May 1995 12:55:51 +0000
(12:55 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Fri, 5 May 1995 12:55:51 +0000
(12:55 +0000)
v8/src/compiler/midend/utils.scm
patch
|
blob
|
history
diff --git
a/v8/src/compiler/midend/utils.scm
b/v8/src/compiler/midend/utils.scm
index 8d90be5d661f79367079fcb14804d9c07a242051..2873f24e2ce0d1ce38c88f9a64351166ee52dcaf 100644
(file)
--- a/
v8/src/compiler/midend/utils.scm
+++ b/
v8/src/compiler/midend/utils.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: utils.scm,v 1.2
2 1995/04/29 01:11:40
adams Exp $
+$Id: utils.scm,v 1.2
3 1995/05/05 12:55:51
adams Exp $
Copyright (c) 1994-1995 Massachusetts Institute of Technology
@@
-102,7
+102,8
@@
MIT in each case. |#
(fluid-let ((*pp-primitives-by-name* false)
(*pp-uninterned-symbols-by-name* false)
(*pp-avoid-circularity?* true)
- (*pp-default-as-code?* true))
+ (*pp-default-as-code?* true)
+ (*unparse-abbreviate-quotations?* #T))
(pp kmp-code)))
(define (kmp/ppp kmp-code)