]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/annotations/annotations.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / basis / tools / annotations / annotations.factor
index dd71e63ffb428622ed65684306d8f6ce1f56e8da..56636e2417d840aa3679ee3efc587362315fe234 100644 (file)
@@ -42,7 +42,7 @@ PREDICATE: annotated < word "unannotated-def" word-prop >boolean ;
     [ check-annotate-twice ] dip
     [ dup def>> 2dup "unannotated-def" set-word-prop ] dip ;
 
-GENERIC# (annotate) 1 ( word quot -- )
+GENERIC#: (annotate) 1 ( word quot -- )
 
 M: generic (annotate)
     '[ _ (annotate) ] annotate-generic ;
@@ -51,7 +51,7 @@ M: word (annotate)
     prepare-annotate
     call( old -- new ) define ;
 
-GENERIC# (deep-annotate) 1 ( word quot -- )
+GENERIC#: (deep-annotate) 1 ( word quot -- )
 
 M: generic (deep-annotate)
     '[ _ (deep-annotate) ] annotate-generic ;