stack-checker.dependencies: add method for pointers to depends-on-c-type

db4
Joe Groff 2010-02-21 22:31:32 -08:00
parent 2a751106a8
commit 310b3df2ec
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ M: c-type-word depends-on-c-type depends-on-definition ;
M: array depends-on-c-type
[ word? ] filter [ depends-on-definition ] each ;
M: pointer depends-on-c-type
to>> depends-on-c-type ;
! Generic words that the current quotation depends on
SYMBOL: generic-dependencies