newer version

This commit is contained in:
ceriel
1986-10-06 20:36:30 +00:00
parent f3bf7cd5bc
commit 3030eb8cae
50 changed files with 839 additions and 924 deletions

View File

@@ -1,7 +1,5 @@
/* N O D E O F A N A B S T R A C T P A R S E T R E E */
/* $Header$ */
struct node {
struct node *next;
#define nd_left next
@@ -35,7 +33,7 @@ struct node {
#define nd_REL nd_token.TOK_REL
};
/* ALLOCDEF "node" */
/* ALLOCDEF "node" 50 */
extern struct node *MkNode(), *MkLeaf();