bug fixes, name changes

This commit is contained in:
ceriel
1987-07-16 19:51:40 +00:00
parent 4804ab14b8
commit e04230a126
17 changed files with 85 additions and 82 deletions

View File

@@ -10,8 +10,7 @@
/* $Header$ */
struct node {
struct node *next;
#define nd_left next
struct node *nd_left;
struct node *nd_right;
int nd_class; /* kind of node */
#define Value 0 /* constant */