chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Compiling in C++ mode with --enable-procedure-tables may


From: felix winkelmann
Subject: [Chicken-users] Compiling in C++ mode with --enable-procedure-tables may fail
Date: Fri, 4 Nov 2005 08:52:33 +0100

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




reply via email to

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