first, almost complete, version

This commit is contained in:
ceriel
1986-06-04 09:01:48 +00:00
parent 1fcd61aa36
commit c479ca0058
19 changed files with 458 additions and 309 deletions

View File

@@ -33,7 +33,7 @@ struct node {
/* ALLOCDEF "node" */
extern struct node *MkNode();
extern struct node *MkNode(), *MkLeaf();
#define NULLNODE ((struct node *) 0)