Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9820a3

Browse files
author
Skip Montanaro
committed
Remove support for minix.
Remove unused and unnecessary checks for sizeof(char).
1 parent 621b443 commit b9820a3

5 files changed

Lines changed: 1357 additions & 2056 deletions

File tree

PC/pyconfig.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
295295
tzname. */
296296
#define HAVE_TZNAME
297297

298-
/* Define if on MINIX. */
299-
/* #undef _MINIX */
300-
301298
/* Define to `int' if <sys/types.h> doesn't define. */
302299
/* #undef mode_t */
303300

RISCOS/pyconfig.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
tzname. */
2626
#undef HAVE_TZNAME
2727

28-
/* Define if on MINIX. */
29-
#undef _MINIX
30-
3128
/* Define to `int' if <sys/types.h> doesn't define. */
3229
#undef mode_t
3330

0 commit comments

Comments
 (0)