mirror of https://github.com/python/cpython
Added prototype for new function freenode().
This commit is contained in:
parent
03a24cd47b
commit
cc398d1cbb
|
@ -9,6 +9,7 @@ typedef struct _node {
|
|||
|
||||
extern node *newnode PROTO((int type));
|
||||
extern node *addchild PROTO((node *n, int type, char *str));
|
||||
extern void freenode PROTO((node *n));
|
||||
|
||||
/* Node access functions */
|
||||
#define NCH(n) ((n)->n_nchildren)
|
||||
|
|
Loading…
Reference in New Issue