]> gitweb.factorcode.org Git - factor.git/blobdiff - core/slots/slots.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / core / slots / slots.factor
index 5488f03bd662da95ed73ef42336bbcb866bae741..d0a9459af8d8a61a9d8729d72c1d1266c7de3608 100644 (file)
@@ -33,7 +33,7 @@ PREDICATE: writer-method < method "writing" word-prop >boolean ;
     [ 2drop make-inline ]
     3tri ;
 
-GENERIC# reader-quot 1 ( class slot-spec -- quot )
+GENERIC#: reader-quot 1 ( class slot-spec -- quot )
 
 M: object reader-quot
     nip [
@@ -87,7 +87,7 @@ M: object instance-check-quot
         \ unless ,
     ] [ ] make ;
 
-GENERIC# writer-quot 1 ( class slot-spec -- quot )
+GENERIC#: writer-quot 1 ( class slot-spec -- quot )
 
 M: object writer-quot
     nip