some more fixes, and tried to make smaller

This commit is contained in:
ceriel
1987-08-10 21:43:47 +00:00
parent 3de7f959d3
commit 51169956dc
12 changed files with 102 additions and 79 deletions

View File

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