]> gitweb.factorcode.org Git - factor.git/blobdiff - core/compiler/units/units.factor
core: get rid of some unnecessary wrappers.
[factor.git] / core / compiler / units / units.factor
index 517ee50bfa9d9a793f2b31e90ccba1a06a3d2a3d..7c4116c9f4762dce21a7eeaa9abb4ec81d455471 100644 (file)
@@ -14,7 +14,7 @@ SYMBOL: new-definitions
 TUPLE: redefine-error def ;
 
 : throw-redefine-error ( definition -- )
-    redefine-error boa throw-continue ;
+    redefine-error boa throw-continue ;
 
 <PRIVATE