]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/propagation/simple/simple.factor
Fix comments to be ! not #!.
[factor.git] / basis / compiler / tree / propagation / simple / simple.factor
index 05ad2aeed34afdad7cdedfa55a2e735ac909d6f7..3e105445edf0bb7dcccb0f9c25a982bf68275f6a 100644 (file)
@@ -42,9 +42,9 @@ M: anonymous-intersection add-depends-on-class
     participants>> [ add-depends-on-class ] each ;
 
 M: #declare propagate-before
-    #! We need to force the caller word to recompile when the
-    #! classes mentioned in the declaration are redefined, since
-    #! now we're making assumptions about their definitions.
+    ! We need to force the caller word to recompile when the
+    ! classes mentioned in the declaration are redefined, since
+    ! now we're making assumptions about their definitions.
     declaration>> [
         [ add-depends-on-class ]
         [ <class-info> swap refine-value-info ]
@@ -121,9 +121,9 @@ ERROR: invalid-outputs #call infos ;
     if ;
 
 : propagate-predicate ( #call word -- infos )
-    #! We need to force the caller word to recompile when the class
-    #! is redefined, since now we're making assumptions but the
-    #! class definition itself.
+    ! We need to force the caller word to recompile when the class
+    ! is redefined, since now we're making assumptions but the
+    ! class definition itself.
     [ in-d>> first value-info ]
     [ "predicating" word-prop ] bi*
     [ nip add-depends-on-conditionally ]