mirror of https://github.com/python/cpython.git
Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header).
This commit is contained in:
parent
578cedde35
commit
6f90e9862e
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue