refnanny fix
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sat, 21 Feb 2009 17:28:50 +0000 (18:28 +0100)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sat, 21 Feb 2009 17:28:50 +0000 (18:28 +0100)
Cython/Compiler/ModuleNode.py

index c28b659335f7d601a46d70df598f99b8b5d3d315..c6632d6577ccddf9bc899b5348c281998cfa5521 100644 (file)
@@ -2359,7 +2359,7 @@ static __Pyx_RefnannyAPIStruct *__Pyx_Refnanny = NULL;
 #define __Pyx_GIVEREF(r)
 #define __Pyx_XDECREF(r) Py_XDECREF(r)
 #define __Pyx_SetupRefcountContext(name)
-#define __Pyx_FinishRefcountContext() 0
+#define __Pyx_FinishRefcountContext()
 #endif /* CYTHON_REFNANNY */
 #define __Pyx_XGIVEREF(r) if((r) == NULL) ; else __Pyx_GIVEREF(r)
 #define __Pyx_XGOTREF(r) if((r) == NULL) ; else __Pyx_GOTREF(r)