|
From: | Brandon J. Van Every |
Subject: | Re: [Chicken-users] C_resize_stack |
Date: | Sun, 16 Jul 2006 23:51:10 -0700 |
User-agent: | Thunderbird 1.5.0.4 (Windows/20060516) |
felix winkelmann wrote:
c-backend generates code in the above snippet, so the call to C_resize_stack is generated in all chicken-compiled code. The macro definition is not important in libchicken, only in program ("standalone", in the sens of "not library") compilation units. So it only applies to the compilation unit that is at the top (and eventually uses units from the library or loads extensions). I recommend not to worry about it.
Ok, I just put my newfangled stack-size.h everywhere that chicken-defaults.h appeared.
Cheers, Brandon Van Every
[Prev in Thread] | Current Thread | [Next in Thread] |