msvs9-friendly patches; preliminary splicing let-syntax library; export and doc GC_resolve and GC_fixup_self
svn: r11758 original commit: 186bf676306ed59f9892d7bf58ab7d833b5c3f29
This commit is contained in:
parent
a65c83e4eb
commit
9b95e9b2d5
|
@ -1173,7 +1173,7 @@
|
|||
(and (pretty-print-abbreviate-read-macros)
|
||||
(let ((head (car l)) (tail (cdr l)))
|
||||
(case head
|
||||
((quote quasiquote unquote unquote-splicing syntax)
|
||||
((quote quasiquote unquote unquote-splicing syntax unsyntax unsyntax-splicing)
|
||||
(length1? tail))
|
||||
(else #f)))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user