commit | 6f90e9862e2925e4a770677d753c9e0980a8cc13 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 08 18:43:59 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 08 18:43:59 1996 +0000 |
tree | a8906213f790560d89b0cd3c86a9030c5d0ec29a | |
parent | 578cedde3516a7b5496f0253be0ade8bad51db6a [diff] [blame] |
Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header).
diff --git a/Include/allobjects.h b/Include/allobjects.h index 5e4925d..87b9786 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h
@@ -80,7 +80,7 @@ #include "traceback.h" #include "sliceobject.h" -#include "errors.h" +#include "pyerrors.h" #include "mymalloc.h" #include "modsupport.h"