X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Falien%2Fc-types%2Fc-types.factor;h=aa2ac2f93d6c6a4eb1a2693e76f30a7145a372eb;hp=86e695831cb419d4ba5a31119ebd318148b83415;hb=bbca00e2aec26098f6d021c3f21b8246eb5aaad3;hpb=9f9b6bca013ff83c408182d3023ea5d56c1b7fe4 diff --git a/basis/alien/c-types/c-types.factor b/basis/alien/c-types/c-types.factor index 86e695831c..aa2ac2f93d 100755 --- a/basis/alien/c-types/c-types.factor +++ b/basis/alien/c-types/c-types.factor @@ -537,7 +537,7 @@ CONSTANT: primitive-types 4 >>align "box_float" >>boxer "to_float" >>unboxer - single-float-rep >>rep + float-rep >>rep [ >float ] >>unboxer-quot "float" set-array-class "float" define-primitive-type @@ -551,7 +551,7 @@ CONSTANT: primitive-types 8 >>align "box_double" >>boxer "to_double" >>unboxer - double-float-rep >>rep + double-rep >>rep [ >float ] >>unboxer-quot "double" set-array-class "double" define-primitive-type