* removed the pretty-print from the output of chi-top-library

This commit is contained in:
Abdulaziz Ghuloum 2007-04-28 20:59:38 -04:00
parent c1a946b346
commit 149ace20d9
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -333,5 +333,6 @@
(new-compile-all) (new-compile-all)
(printf "Happy Happy Joy Joy\n") (printf "Happy Happy Joy Joy\n")
(exit)
;(#%compiler-giveup-tally) ;(#%compiler-giveup-tally)
; vim:syntax=scheme ; vim:syntax=scheme

View File

@ -742,6 +742,6 @@
(chi-expr* init* r mr))))))))) (chi-expr* init* r mr)))))))))
(lambda (x) (lambda (x)
(let ([x (chi-top-library x)]) (let ([x (chi-top-library x)])
(pretty-print x) ; (pretty-print x)
x)) x))
)) ))