alien.prettyprint: fix wrapping when prettyprinting pointer:

Slava Pestov 2010-06-02 03:11:46 -04:00
parent 5f7949197b
commit daaabbff8f
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 ;