newer version

This commit is contained in:
ceriel
1986-05-30 18:48:00 +00:00
parent cb9213bf8c
commit 1fcd61aa36
23 changed files with 586 additions and 320 deletions

View File

@@ -17,6 +17,9 @@ static char *RcsId = "$Header$";
#include "node.h"
struct node *h_node; /* header of free list */
#ifdef DEBUG
int cnt_node; /* count number of allocated ones */
#endif
struct node *
MkNode(class, left, right, token)