descriptive: update for tools.annotations change

db4
Slava Pestov 2009-05-28 02:52:05 -05:00
parent ef73bc6732
commit 0dffd311a5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ PRIVATE>
: make-descriptive ( word -- )
dup [ ] [ def>> ] [ stack-effect ] tri [descriptive]
'[ drop _ ] annotate-methods ;
'[ drop _ ] annotate ;
: define-descriptive ( word def effect -- )
[ drop "descriptive-definition" set-word-prop ]