]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/shaker/strip-specialized-arrays.factor
7b402ab436a743c5367958d7cae3ab8ed8667a89
[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 -- ) throw-cannot-define-array-in-deployed-app ;