mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
Add declaration of struct _node, for scoping reasons.
This commit is contained in:
parent
50429a1d2c
commit
324aa79f66
@ -27,4 +27,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
extern grammar gram;
|
||||
|
||||
extern grammar *meta_grammar PROTO((void));
|
||||
|
||||
struct _node;
|
||||
extern grammar *pgen PROTO((struct _node *));
|
||||
|
Loading…
Reference in New Issue
Block a user