chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] bind egg 64bit unsigned integers


From: Andrei Barbu
Subject: [Chicken-users] bind egg 64bit unsigned integers
Date: Sat, 16 Mar 2013 22:39:19 -0400

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

Attachment: bind-u64.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]