commit 862ed93a95b22d5dfde7a02ac1e2d287316bdf97
parent a6c33f1349c92dd4748e5f856251db094f5e0ee0
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Wed, 5 Oct 2011 09:28:41 -0600
remove built-in reader and printing support for Honu
This is a backward-incompatible change, but I think it's
unlikely that any code depends on the removed bindings
or reader syntax.
original commit: ec380e34ede09586966de5e18e7e7a32a1838d8e
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/collects/macro-debugger/syntax-browser/pretty-helper.rkt b/collects/macro-debugger/syntax-browser/pretty-helper.rkt
@@ -28,8 +28,7 @@
[print-struct #t]
[print-box #t]
[print-vector-length #f]
- [print-hash-table #t]
- [print-honu #f])
+ [print-hash-table #t])
(pretty-write datum port)))
(define-struct syntax-dummy (val))