aboutsummaryrefslogtreecommitdiff
path: root/include/grecs/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grecs/node.h')
-rw-r--r--include/grecs/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grecs/node.h b/include/grecs/node.h
index 2d879ad..752b002 100644
--- a/include/grecs/node.h
+++ b/include/grecs/node.h
@@ -32,13 +32,13 @@ typedef struct grecs_node {
grecs_locus_t locus;
struct grecs_node *up;
struct grecs_node *down;
struct grecs_node *next;
struct grecs_node *prev;
char *ident;
- grecs_locus_t idloc;
+ grecs_locus_t idloc; /* Location of the identifier */
union {
grecs_value_t *value;
grecs_symtab_ptr_t texttab;
} v;
} grecs_node_t;

Return to:

Send suggestions and report system problems to the System administrator.