]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/propagation/inlining/inlining.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tree / propagation / inlining / inlining.factor
index ef1326c81f02422cdbbf7b20cd7a0e1efc9e54cd..8f8c0773aaf6e71f473f90d5cd8b94875177afbd 100755 (executable)
@@ -19,7 +19,7 @@ IN: compiler.tree.propagation.inlining
 SYMBOL: node-count
 
 : count-nodes ( nodes -- n )
-    0 swap [ drop 1+ ] each-node ;
+    0 swap [ drop 1 + ] each-node ;
 
 : compute-node-count ( nodes -- ) count-nodes node-count set ;