summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-08 18:43:59 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-08 18:43:59 (GMT)
commit6f90e9862e2925e4a770677d753c9e0980a8cc13 (patch)
treea8906213f790560d89b0cd3c86a9030c5d0ec29a
parent578cedde3516a7b5496f0253be0ade8bad51db6a (diff)
downloadcpython-6f90e9862e2925e4a770677d753c9e0980a8cc13.zip
cpython-6f90e9862e2925e4a770677d753c9e0980a8cc13.tar.gz
cpython-6f90e9862e2925e4a770677d753c9e0980a8cc13.tar.bz2
Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header).
-rw-r--r--Include/allobjects.h2
1 files changed, 1 insertions, 1 deletions
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 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "traceback.h"
#include "sliceobject.h"
-#include "errors.h"
+#include "pyerrors.h"
#include "mymalloc.h"
#include "modsupport.h"