Minor adaptions in order to reduce the size

This commit is contained in:
ceriel
1987-09-23 16:39:43 +00:00
parent 1eda133f01
commit fd817d4dbc
34 changed files with 790 additions and 746 deletions

View File

@@ -41,11 +41,13 @@ struct node {
#define nd_REL nd_token.TOK_REL
};
typedef struct node t_node;
/* ALLOCDEF "node" 50 */
extern struct node *MkNode(), *MkLeaf(), *dot2node(), *dot2leaf();
extern t_node *MkNode(), *MkLeaf(), *dot2node(), *dot2leaf();
#define NULLNODE ((struct node *) 0)
#define NULLNODE ((t_node *) 0)
#define HASSELECTORS 002
#define VARIABLE 004