On 12 Jan, 2010, at 0:22, Andy Wingo wrote:

I've fixed the issues compiling e.g. #...@2(1 2 3) and the like,

Thanks for the great support.

and applied this patch as well. Thanks for the reports.

Anything else? :)

Yeah… your patch is wrong :)

- return h- >elements; \ + return ((const ctype*) h->elements) + h- >base; \

I wrote it this way at first, too, but it doesn't work for c32/c64 because ctype for those is float/double. Calling the element size function as I did is clunky, since the type is already known, but maybe one could access the table in uniform.c directly or something.

Regards,

        Daniel

Reply via email to