diff --git a/basis/alien/prettyprint/prettyprint.factor b/basis/alien/prettyprint/prettyprint.factor index b0178081dc..2cf90e938d 100644 --- a/basis/alien/prettyprint/prettyprint.factor +++ b/basis/alien/prettyprint/prettyprint.factor @@ -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* + > pprint* block> ; M: typedef-word definer drop \ TYPEDEF: f ;