It is a bug. Thanks for reporting<div><br></div><div>Juanjo<br><br><div class="gmail_quote">On Tue, Feb 2, 2010 at 7:26 PM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello again,<br>
<br>
I noticed the following bit of code from src/c/ffi.d:<br>
<br>
[...]<br>
#ifdef ecl_uint16_t<br>
        @':int16-t',<br>
        @':uint16-t',<br>
#endif<br>
#ifdef ecl_uint32_t<br>
        @':int64-t',<br>
        @':uint64-t',<br>
#endif<br>
#ifdef ecl_uint64_t<br>
        @':int64-t',<br>
        @':uint64-t',<br>
#endif<br>
[...]<br>
<br>
Is it a bug that :[u]int64-t are found twice and :[u]int32-t missing?<br>
Or is it to encourage/force 64-bit alignment?  ecl_foreign_type_size[]<br>
does use sizeof(ecl_int32_t), etc.<br>
<br>
Thanks,<br>
--<br>
Matt<br>
<br>
------------------------------------------------------------------------------<br>
The Planet: dedicated and managed hosting, cloud storage, colocation<br>
Stay online with enterprise data centers and the best network in the business<br>
Choose flexible plans and management services without long-term contracts<br>
Personal 24x7 support from experience hosting pros just a phone call away.<br>
<a href="http://p.sf.net/sfu/theplanet-com" target="_blank">http://p.sf.net/sfu/theplanet-com</a><br>
_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>

</div>