From 6f90e9862e2925e4a770677d753c9e0980a8cc13 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 8 Aug 1996 18:43:59 +0000 Subject: Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header). --- Include/allobjects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v0.12