prettyprinter typo

cvs
Slava Pestov 2004-07-23 05:27:54 +00:00
parent d0cab962c0
commit b0a86f6e79
2 changed files with 1 additions and 5 deletions

View File

@ -1,12 +1,9 @@
+ native:
- top level catch should be a continuation
- parsing: #\
- {...} vectors
- parsing should be parsing
- telnetd: listening on a socket
- apropos
- need hashtable inspection too
- describe-word
- clone-sbuf
- contains ==> contains?
@ -16,7 +13,6 @@
+ interactive:
- words. should output in a nicer form
- inspector links when describe called without object path
- 'cascading' styles

View File

@ -190,7 +190,7 @@ DEFER: prettyprint*
: . ( obj -- )
<namespace> [
"prettyprint-single-line" on
prettyprint-indent 4 * "prettyprint-limit" set
tab-size 4 * "prettyprint-limit" set
prettyprint
] bind ;