diff options
| author | Skip Montanaro <skip@pobox.com> | 2004-02-10 16:50:21 (GMT) |
|---|---|---|
| committer | Skip Montanaro <skip@pobox.com> | 2004-02-10 16:50:21 (GMT) |
| commit | 7befb9966e1435475a9d2e9d3cc3670564ce77aa (patch) | |
| tree | 4e33029bfd72bb8eaa72f9fdd5c1712e5ecdb97b /Python/thread.c | |
| parent | 05eb40128e305e07527d317e3964e8a1160d0961 (diff) | |
| download | cpython-7befb9966e1435475a9d2e9d3cc3670564ce77aa.zip cpython-7befb9966e1435475a9d2e9d3cc3670564ce77aa.tar.gz cpython-7befb9966e1435475a9d2e9d3cc3670564ce77aa.tar.bz2 | |
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Diffstat (limited to 'Python/thread.c')
| -rw-r--r-- | Python/thread.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Python/thread.c b/Python/thread.c index 016ccba..8bc958f 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -11,13 +11,7 @@ #include <stdio.h> #endif -#ifdef HAVE_STDLIB_H #include <stdlib.h> -#else -#ifdef Py_DEBUG -extern char *getenv(const char *); -#endif -#endif #ifdef __sgi #ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.in */ |
