]> gitweb.factorcode.org Git - factor.git/blobdiff - core/definitions/definitions.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / core / definitions / definitions.factor
index 4fdae1da75649c4108eb12d8764f5e6e700804a0..350268630ca8ac57a960a5a452050772837440f8 100644 (file)
@@ -8,7 +8,7 @@ MIXIN: definition-mixin
 ERROR: no-compilation-unit definition ;
 
 : add-to-unit ( key set -- )
-    [ adjoin ] [ throw-no-compilation-unit ] if* ;
+    [ adjoin ] [ no-compilation-unit ] if* ;
 
 SYMBOL: changed-definitions