Hi!

In case you wonder about error-messages when compiling generated
code with a C++ compiler and with ptables enabled, here is a patch:

08:57:20 % darcs diff c-backend.scm
1046c1046
<          #t "pt[" i "].ptr=")
---
>          #t "pt[" i "].ptr=(void*)")

In fact, the ptable-generation is quite silly, since it can be generated
as a static array. So you won't find this patch in the darcs version.


cheers,
felix


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to