]> gitweb.factorcode.org Git - factor.git/blobdiff - core/parser/parser.factor
Fix comments to be ! not #!.
[factor.git] / core / parser / parser.factor
index 1bda0e48f7113dce89a4f1a46bb519ccf2e593de..9b9900f4d6ef26590ff0faa25df04e15e4673117 100644 (file)
@@ -193,8 +193,8 @@ print-use-hook [ [ ] ] initialize
     filter-moved [ class? ] filter [ forget-class ] each ;
 
 : fix-class-words ( -- )
-    #! If a class word had a compound definition which was
-    #! removed, it must go back to being a symbol.
+    ! If a class word had a compound definition which was
+    ! removed, it must go back to being a symbol.
     new-definitions get first2
     filter-moved [ [ reset-generic ] [ define-symbol ] bi ] each ;