Skip to content

Commit 8bf981e

Browse files
committed
(#8) Removed Python defines
1 parent 81ca5a3 commit 8bf981e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/os.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
#ifndef OS_H
33
#define OS_H
44

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-
125
#if !defined(IS_MACOSX) && defined(__APPLE__) && defined(__MACH__)
136
#define IS_MACOSX
147
#endif /* IS_MACOSX */

0 commit comments

Comments
 (0)