mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header).
This commit is contained in:
parent
578cedde35
commit
6f90e9862e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue