diff --git a/basis/alien/prettyprint/prettyprint.factor b/basis/alien/prettyprint/prettyprint.factor index e17d4c0533..69b9f37776 100644 --- a/basis/alien/prettyprint/prettyprint.factor +++ b/basis/alien/prettyprint/prettyprint.factor @@ -51,8 +51,10 @@ M: alien-function-word definition drop f ; M: alien-function-word synopsis* { [ seeing-word ] + [ def>> second [ \ LIBRARY: [ text ] pprint-prefix ] when* ] [ definer. ] [ def>> first pprint-c-type ] [ pprint-word ] [ ] } cleave ; +