From: Guido van Rossum Date: Thu, 8 Aug 1996 18:43:59 +0000 (+0000) Subject: Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header). X-Git-Tag: v1.4b2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f90e9862e2925e4a770677d753c9e0980a8cc13;p=python Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header). --- diff --git a/Include/allobjects.h b/Include/allobjects.h index 5e4925d73f..87b978636d 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"