Revision: 580
          http://rpy.svn.sourceforge.net/rpy/?rev=580&view=rev
Author:   lgautier
Date:     2008-07-21 15:58:20 +0000 (Mon, 21 Jul 2008)

Log Message:
-----------
Count for object usage is now a Py_ssize_t (no longer an int)

Modified Paths:
--------------
    branches/rpy_nextgen/rpy/rinterface/rinterface.h

Modified: branches/rpy_nextgen/rpy/rinterface/rinterface.h
===================================================================
--- branches/rpy_nextgen/rpy/rinterface/rinterface.h    2008-07-17 15:01:27 UTC 
(rev 579)
+++ branches/rpy_nextgen/rpy/rinterface/rinterface.h    2008-07-21 15:58:20 UTC 
(rev 580)
@@ -6,9 +6,6 @@
 #include <Python.h>
 
 
-//#define RPY_VERBOSE
-
-
 extern const unsigned int const RPY_R_INITIALIZED;
 extern const unsigned int const RPY_R_BUSY;
 
@@ -16,7 +13,7 @@
  */
 
 typedef struct {
-  int count;
+  Py_ssize_t count;
   //unsigned short int rpy_only;
   SEXP sexp;
 } SexpObject;


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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to