]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/boxes/boxes.factor
basis: ERROR: changes.
[factor.git] / basis / boxes / boxes.factor
index 25f2b963b414cba8cbcb345b628ddf844ad15609..585389a5711bb9b4a88a017da32e431c3fe55300 100644 (file)
@@ -11,7 +11,7 @@ ERROR: box-full box ;
 
 : >box ( value box -- )
     dup occupied>>
-    [ box-full ] [ t >>occupied value<< ] if ; inline
+    [ throw-box-full ] [ t >>occupied value<< ] if ; inline
 
 ERROR: box-empty box ;