]> gitweb.factorcode.org Git - factor.git/commitdiff
fix "float" ambiguities in math.blas, opengl vocabs
authorJoe Groff <arcata@gmail.com>
Thu, 17 Sep 2009 02:25:46 +0000 (21:25 -0500)
committerJoe Groff <arcata@gmail.com>
Thu, 17 Sep 2009 02:25:46 +0000 (21:25 -0500)
basis/math/blas/matrices/matrices.factor
basis/math/blas/vectors/vectors.factor
basis/opengl/opengl.factor

index a051fb250de2b53bb73d17cc8bdc2aea3b93c408..4212f32b2dd2f5e38931cd0bf9f77be18c600ed3 100755 (executable)
@@ -5,6 +5,7 @@ math.complex math.functions math.order functors words
 sequences sequences.merged sequences.private shuffle
 parser prettyprint.backend prettyprint.custom ascii
 specialized-arrays ;
+FROM: alien.c-types => float ;
 SPECIALIZED-ARRAY: float
 SPECIALIZED-ARRAY: double
 SPECIALIZED-ARRAY: complex-float
index c08fdb612081d0caa7410973a9d2250a9c631bf3..20ee7925b080a285d67838cb96859cf18962ab5b 100755 (executable)
@@ -3,6 +3,7 @@ combinators.short-circuit fry kernel math math.blas.ffi
 math.complex math.functions math.order sequences sequences.private
 functors words locals parser prettyprint.backend prettyprint.custom
 specialized-arrays ;
+FROM: alien.c-types => float ;
 SPECIALIZED-ARRAY: float
 SPECIALIZED-ARRAY: double
 SPECIALIZED-ARRAY: complex-float
index 75f327664d0c3bef944944a10ea0e780616347c5..cdf68cebd35720a2223ec0e23039587dbb672f22 100755 (executable)
@@ -8,6 +8,7 @@ math.parser opengl.gl combinators combinators.smart arrays
 sequences splitting words byte-arrays assocs vocabs
 colors colors.constants accessors generalizations locals fry
 specialized-arrays ;
+FROM: alien.c-types => float ;
 SPECIALIZED-ARRAY: float
 SPECIALIZED-ARRAY: uint
 IN: opengl