]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/shaker/strip-specialized-arrays.factor
195a3db97631d000ffd60898362b3353ef99e664
[factor.git] / basis / tools / deploy / shaker / strip-specialized-arrays.factor
1 IN: specialized-arrays
2
3 ERROR: cannot-define-array-in-deployed-app type ;
4
5 : define-array-vocab ( type -- ) cannot-define-array-in-deployed-app ;