]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/shaker/strip-specialized-arrays.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / basis / tools / deploy / shaker / strip-specialized-arrays.factor
index 7b402ab436a743c5367958d7cae3ab8ed8667a89..195a3db97631d000ffd60898362b3353ef99e664 100644 (file)
@@ -2,4 +2,4 @@ IN: specialized-arrays
 
 ERROR: cannot-define-array-in-deployed-app type ;
 
-: define-array-vocab ( type -- ) throw-cannot-define-array-in-deployed-app ;
+: define-array-vocab ( type -- ) cannot-define-array-in-deployed-app ;