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
@@ -35,7 +35,7 @@ typedef struct grecs_node {
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;

Return to:

Send suggestions and report system problems to the System administrator.