Changeset 1034 for trunk/lang/python/Rappture/PyRpLibrary.cc
- Timestamp:
- Jun 9, 2008, 6:06:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lang/python/Rappture/PyRpLibrary.cc
r1025 r1034 11 11 #include <RpLibrary.h> 12 12 13 #ifndef Py_RETURN_NONE 14 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None 15 typedef int Py_ssize_t; 16 #endif 13 17 14 18 static PyObject *ErrorObject;
Note: See TracChangeset
for help on using the changeset viewer.