##// END OF EJS Templates
util.h: Add a PyInt_AsLong definition for usage in the inotify module.
Renato Cunha -
r11534:9777a3b1 default
parent child Browse files
Show More
@@ -12,6 +12,7
12
12
13 #define IS_PY3K
13 #define IS_PY3K
14 #define PyInt_FromLong PyLong_FromLong
14 #define PyInt_FromLong PyLong_FromLong
15 #define PyInt_AsLong PyLong_AsLong
15
16
16 #endif /* PY_MAJOR_VERSION */
17 #endif /* PY_MAJOR_VERSION */
17
18
General Comments 0
You need to be logged in to leave comments. Login now