]> gitweb.factorcode.org Git - factor.git/blobdiff - core/generic/standard/standard.factor
Fix comments to be ! not #!.
[factor.git] / core / generic / standard / standard.factor
index 0a7b8ef6c8c35b40fe6c4aa6232bb7298c0c42f3..e097b2a552a273f05d3209e3de91e3056bf7d677 100644 (file)
@@ -50,9 +50,9 @@ M: standard-generic effective-method
     [ [ literalize , ] [ , ] [ combination get #>> , { } , , ] tri* ] [ ] make ;
 
 M: standard-combination inline-cache-quots
-    #! Direct calls to the generic word (not tail calls or indirect calls)
-    #! will jump to the inline cache entry point instead of the megamorphic
-    #! dispatch entry point.
+    ! Direct calls to the generic word (not tail calls or indirect calls)
+    ! will jump to the inline cache entry point instead of the megamorphic
+    ! dispatch entry point.
     [ \ inline-cache-miss inline-cache-quot ]
     [ \ inline-cache-miss-tail inline-cache-quot ]
     2bi ;