]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/normalization/introductions/introductions.factor
Fix comments to be ! not #!.
[factor.git] / basis / compiler / tree / normalization / introductions / introductions.factor
index b4d38908a4b79a913ef3428ff0b2d25352f15aca..46ab98c977efe985f4f2851a1fa63e0e44af9ca9 100644 (file)
@@ -9,9 +9,9 @@ SYMBOL: introductions
 GENERIC: count-introductions* ( node -- )
 
 : count-introductions ( nodes -- n )
-    #! Note: we use each, not each-node, since the #branch
-    #! method recurses into children directly and we don't
-    #! recurse into #recursive at all.
+    ! Note: we use each, not each-node, since the #branch
+    ! method recurses into children directly and we don't
+    ! recurse into #recursive at all.
     [
         0 introductions set
         [ count-introductions* ] each