Hi, 64bit unsigned integers are broken in the bind egg. According to the docs the bind egg has support for 64bit integers. c.l even has a rule for them: "uint64_t" (tok 'u64) But u64 is not handled by parse-type-rec in bind-translator.scm. The attached patch adds unsigned 64bit integers to parse-type-rec, foreign-type-declaration and foreign-type->class. In addition it also adds missing entries in c.l for 64bit integers (like ___u64).
Andrei
bind-u64.diff
Description: Binary data
_______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
