]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/vectors/vectors.factor
basis: ERROR: changes.
[factor.git] / basis / persistent / vectors / vectors.factor
index 862eed1aa906268323f9ffae4aadaf6babdec9c8..bf2e93fa7142debbbd27137412ada74562fe1f5e 100644 (file)
@@ -161,7 +161,7 @@ PRIVATE>
 
 M: persistent-vector ppop ( pvec -- pvec' )
     dup count>> {
-        { 0 [ empty-error ] }
+        { 0 [ throw-empty-error ] }
         { 1 [ drop T{ persistent-vector } ] }
         [
             [