mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
The parser doesn't need its own implementation of assert, and having its
own interfered with including Python.h. Remove Python's assert.h.
This commit is contained in:
parent
db5a93cd6a
commit
1ca1296157
8 changed files with 18 additions and 38 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
/* For a description, see the comments at end of this file */
|
||||
|
||||
#include "Python.h"
|
||||
#include "pgenheaders.h"
|
||||
#include "assert.h"
|
||||
#include "token.h"
|
||||
#include "node.h"
|
||||
#include "grammar.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue