Skip to content

Commit 7c887a7

Browse files
committed
Remove ANSI definition
1 parent 289cb97 commit 7c887a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyconfig-extra.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef Py_PYCONFIG_EXTRAS_H
1010
#define Py_PYCONFIG_EXTRAS_H
1111

12+
// Switch off some features we know we don't need
1213
#undef HAVE_MKNOD
1314
#undef HAVE_DEVICE_MACROS
1415

@@ -19,8 +20,8 @@
1920
#undef HAVE_UTIMENSAT
2021
#undef HAVE_SIGACTION
2122

23+
// 32-bit
2224
#define CONFIG_32
23-
#define ANSI
2425

2526
#endif
2627

0 commit comments

Comments
 (0)