alien.prettyprint: fix wrapping when prettyprinting pointer:

db4
Slava Pestov 2010-06-02 03:11:46 -04:00
parent 83e78c353e
commit be1b5e6627
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ PRIVATE>
: pprint-c-type ( c-type -- )
[ c-type-string ] keep present-text ;
M: pointer pprint* \ pointer: pprint-word to>> pprint-c-type ;
M: pointer pprint*
<flow \ pointer: pprint-word to>> pprint* block> ;
M: typedef-word definer drop \ TYPEDEF: f ;