X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fchipmunk%2Fffi%2Fffi.factor;h=788da22a42a0ea02caccc6c6516e2b33e5834ea7;hp=9608453a2f73555fae14830279474d1a334ef834;hb=943596575ad294c074dfa381b70af74dba5992b1;hpb=e738c7206c32bd9b76f3cee31e950835e1b1ee24 diff --git a/extra/chipmunk/ffi/ffi.factor b/extra/chipmunk/ffi/ffi.factor index 9608453a2f..788da22a42 100644 --- a/extra/chipmunk/ffi/ffi.factor +++ b/extra/chipmunk/ffi/ffi.factor @@ -32,7 +32,7 @@ TYPEDEF: uint cpLayers TYPEDEF: uint cpGroup CONSTANT: CP_NO_GROUP 0 -CONSTANT: CP_ALL_LAYERS HEX: ffffffff +CONSTANT: CP_ALL_LAYERS 0xffffffff ! cpVect.h TYPED: cpv ( x y -- v: cpVect )