diff options
Diffstat (limited to 'Python/errors.c')
-rw-r--r-- | Python/errors.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/errors.c b/Python/errors.c index 9f53255..6b8a183 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -59,9 +59,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "modsupport.h" #include <errno.h> -#ifndef errno -extern int errno; -#endif #include "errcode.h" |