ossp-pkg/cfg/cfg_node.h 1.7 -> 1.8
--- cfg_node.h 2002/11/10 12:12:23 1.7
+++ cfg_node.h 2002/11/22 14:34:32 1.8
@@ -37,7 +37,6 @@
struct cfg_node_st {
/* node linkage */
cfg_node_t *parent; /* pointer to parent node */
- cfg_node_t *lbroth; /* pointer to left brother node */
cfg_node_t *rbroth; /* pointer to right brother node */
cfg_node_t *child1; /* pointer to first child node */
@@ -46,7 +45,7 @@
char *token; /* pointer to corresponding token string */
/* node annotation */
- cfg_data_t data; /* annotation data */
+ cfg_data_t data; /* annotational data */
/* node source location */
char *srcname; /* name of original source configuration */
|
|