]> granicus.if.org Git - python/commitdiff
Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header).
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:43:59 +0000 (18:43 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:43:59 +0000 (18:43 +0000)
Include/allobjects.h

index 5e4925d73fe76634cfaa8bf7566f098d0187f16a..87b978636dd516a48254e3cac4cf24aee5f0f770 100644 (file)
@@ -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"