On 5/4/07, Stephen Ramsay <[EMAIL PROTECTED]> wrote:
Is there some clever idiom that can get me around the 1000 argument
limit with libffi in this situation?  It's kind of a showstopper,
since I work with large XML files pretty regularly.

Not an idiomatic fix (though there probably is one), but you can try
increasing the 1000 limit. The file runtime.c contains the line:

   if(n > 1000) barf(C_TOO_MANY_PARAMETERS_ERROR, "apply"); /* arbitrary */
# endif

Change 1000 to something bigger , then make ; make install ;
cross-your-fingers. :-)

Graham


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

Reply via email to