include LIBRARY: in FUNCTION: synopsis

Joe Groff 2009-09-20 23:59:43 -05:00
parent 0688f4ba68
commit 5a11beed81
1 changed files with 2 additions and 0 deletions

View File

@ -51,8 +51,10 @@ M: alien-function-word definition drop f ;
M: alien-function-word synopsis* M: alien-function-word synopsis*
{ {
[ seeing-word ] [ seeing-word ]
[ def>> second [ \ LIBRARY: [ text ] pprint-prefix ] when* ]
[ definer. ] [ definer. ]
[ def>> first pprint-c-type ] [ def>> first pprint-c-type ]
[ pprint-word ] [ pprint-word ]
[ <block "(" text pprint-function-args ")" text block> ] [ <block "(" text pprint-function-args ")" text block> ]
} cleave ; } cleave ;