Hi,

[EMAIL PROTECTED] (Ludovic Courtès) writes:

> "gregory benison" <[EMAIL PROTECTED]> writes:
>
>>    (wrap-ranged-integer-type! wrapset
>>                               #:name  'ssize_t
>>                               #:c-type-name "ssize_t"
>> -                             #:max "SSIZE_MAX"
>> +                             #:min "(1 - SSIZE_MAX)" #:max "SSIZE_MAX"
>>                               #:ffspec 'ssize_t)
>
> Shouldn't `min' be `(- SSIZE_MAX - 1)' rather?  I think so.
>
> I'll put it in my branch which is located at
> http://www.laas.fr/~lcourtes/software/arch-2005/ .

Ok, I checked this in in my
[EMAIL PROTECTED]/g-wrap--devo--2.0' branch, along with a
test case.

Let me know if it works for you.

Thanks,
Ludovic.
_______________________________________________
g-wrap-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/g-wrap-dev

Reply via email to