Commit de206d93 authored by Guido van Rossum's avatar Guido van Rossum

Added prototype for new function freenode().

parent 10d4fcf7
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment