]> gitweb.factorcode.org Git - factor.git/blobdiff - core/compiler/units/units.factor
continuations[-docs]: add the finally word
[factor.git] / core / compiler / units / units.factor
index dbcea5bf41a2602a484b0997fc5b29081bff6c10..a458ff6fbb0eb77f43414614fbab6697b08c4301 100644 (file)
@@ -198,7 +198,7 @@ PRIVATE>
         [
             remove-nesting-observer
             finish-compilation-unit
-        ] [ ] cleanup
+        ] finally
     ] with-variables ; inline
 
 : with-compilation-unit ( quot -- )