]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/math.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / core / math / math.factor
index 0e556d6109783e19aab427db7613d6cf57f934c9..c70a16567314f1839eaa7eaabbade037c696a13a 100644 (file)
@@ -119,9 +119,9 @@ MATH: /mod ( x y -- z w ) foldable
 MATH: bitand ( x y -- z ) foldable
 MATH: bitor  ( x y -- z ) foldable
 MATH: bitxor ( x y -- z ) foldable
-GENERIC# shift 1 ( x n -- y ) foldable
+GENERIC#: shift 1 ( x n -- y ) foldable
 GENERIC: bitnot ( x -- y ) foldable
-GENERIC# bit? 1 ( x n -- ? ) foldable
+GENERIC#: bit? 1 ( x n -- ? ) foldable
 
 GENERIC: abs ( x -- y ) foldable