first, almost complete, version
This commit is contained in:
@@ -33,7 +33,7 @@ struct node {
|
||||
|
||||
/* ALLOCDEF "node" */
|
||||
|
||||
extern struct node *MkNode();
|
||||
extern struct node *MkNode(), *MkLeaf();
|
||||
|
||||
#define NULLNODE ((struct node *) 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user