]> gitweb.factorcode.org Git - factor.git/commitdiff
include LIBRARY: in FUNCTION: synopsis
authorJoe Groff <arcata@gmail.com>
Mon, 21 Sep 2009 04:59:43 +0000 (23:59 -0500)
committerJoe Groff <arcata@gmail.com>
Mon, 21 Sep 2009 04:59:43 +0000 (23:59 -0500)
basis/alien/prettyprint/prettyprint.factor

index e17d4c053378f7ba1e490feae297fd79f7e0452a..69b9f3777646d1e7a7cb54fd9668497f2115b96a 100644 (file)
@@ -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 ]
         [ <block "(" text pprint-function-args ")" text block> ]
     } cleave ;
+