chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] foreign-declare


From: felix winkelmann
Subject: Re: [Chicken-users] foreign-declare
Date: Tue, 29 Mar 2005 23:37:30 +0200

On Sat, 26 Mar 2005 20:51:45 +0100, Jörg F. Wittenberger
<address@hidden> wrote:
> I have some old chicken code, which used to compile about half a year
> ago.  Now it strangely fails.  The fragment:
> 
>[...]
> 
> the problem: instead that this becomes a C function which I'm calling
> elsewhere, it creates a literal string constant with the functions text
> as string value. like this:
> 
> lf[445]=C_string(C_heaptop,1094,"static void A_addstr5(C_word c, C_word
> self, C_word k,\012     "
> "                 C_word s_buf, C_word s_i, C_word s_str, C_word s_j,
> \012           "
> "           C_word s_flush) C_noret;\012\012static void A_addstr5(C_word
> c, C_wo
> 
> ....
> 
> Not quite the expeced thing.
> 
> What am I missing?
> 

Hm... Can you send me the Scheme file? This should normally
work.


cheers,
felix




reply via email to

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