Added last_child field to the node.
authorSebastian Hammer <quinn@indexdata.com>
Mon, 11 Dec 1995 15:22:12 +0000 (15:22 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Mon, 11 Dec 1995 15:22:12 +0000 (15:22 +0000)
include/data1.h

index f0d54b8..f803459 100644 (file)
  * OF THIS SOFTWARE.
  *
  * $Log: data1.h,v $
- * Revision 1.5  1995-12-05 14:26:40  quinn
+ * Revision 1.6  1995-12-11 15:22:12  quinn
+ * Added last_child field to the node.
+ *
+ * Revision 1.5  1995/12/05  14:26:40  quinn
  * Added global lbuf to data1_node.
  *
  * Revision 1.4  1995/11/13  09:27:29  quinn
@@ -296,6 +299,7 @@ typedef struct data1_node
     int num_children;
     struct data1_node *next;
     struct data1_node *child;
+    struct data1_node *last_child;
     struct data1_node *parent;
     struct data1_node *root;
 } data1_node;