Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header).

This commit is contained in:
Guido van Rossum 1996-08-08 18:43:59 +00:00
parent 578cedde35
commit 6f90e9862e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "traceback.h" #include "traceback.h"
#include "sliceobject.h" #include "sliceobject.h"
#include "errors.h" #include "pyerrors.h"
#include "mymalloc.h" #include "mymalloc.h"
#include "modsupport.h" #include "modsupport.h"