]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/propagation/transforms/transforms.factor
Fix comments to be ! not #!.
[factor.git] / basis / compiler / tree / propagation / transforms / transforms.factor
index e95939b378f170679b34fee74c21e50accc86fae..0d566228d1a83fe04834107eeaf9e95e62e2a244 100644 (file)
@@ -246,7 +246,7 @@ ERROR: bad-partial-eval quot word ;
 CONSTANT: lookup-table-at-max 256
 
 : lookup-table-at? ( assoc -- ? )
-    #! Can we use a fast byte array test here?
+    ! Can we use a fast byte array test here?
     {
         [ assoc-size 4 > ]
         [ values [ ] all? ]