We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ca5a3 commit 8bf981eCopy full SHA for 8bf981e
src/os.h
@@ -2,13 +2,6 @@
2
#ifndef OS_H
3
#define OS_H
4
5
-/* Python versions under 2.5 don't support this macro, but it's not
6
- * terribly difficult to replicate: */
7
-#ifndef PyModule_AddIntMacro
8
- #define PyModule_AddIntMacro(module, macro) \
9
- PyModule_AddIntConstant(module, #macro, macro)
10
-#endif /* PyModule_AddIntMacro */
11
-
12
#if !defined(IS_MACOSX) && defined(__APPLE__) && defined(__MACH__)
13
#define IS_MACOSX
14
#endif /* IS_MACOSX */
0 commit comments