stack-checker.dependencies: add method for pointers to depends-on-c-type
parent
2a751106a8
commit
310b3df2ec
|
@ -45,6 +45,9 @@ M: c-type-word depends-on-c-type depends-on-definition ;
|
||||||
M: array depends-on-c-type
|
M: array depends-on-c-type
|
||||||
[ word? ] filter [ depends-on-definition ] each ;
|
[ 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
|
! Generic words that the current quotation depends on
|
||||||
SYMBOL: generic-dependencies
|
SYMBOL: generic-dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue