Revision: 354 http://rpy.svn.sourceforge.net/rpy/?rev=354&view=rev Author: warnes Date: 2007-10-08 13:26:20 -0700 (Mon, 08 Oct 2007)
Log Message: ----------- Use proper test for whether R_CStackLimit can/should be set Modified Paths: -------------- trunk/rpy/src/rpymodule.c Modified: trunk/rpy/src/rpymodule.c =================================================================== --- trunk/rpy/src/rpymodule.c 2007-10-08 19:09:24 UTC (rev 353) +++ trunk/rpy/src/rpymodule.c 2007-10-08 20:26:20 UTC (rev 354) @@ -1758,7 +1758,7 @@ #endif -#ifndef _WIN32 +#ifndef CSTACK_DEFNS /* Disable C stack checking, which is incompatible with use as a shared library. */ R_CStackLimit = (uintptr_t)-1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list