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 5bbe9dc..2d879ad 100644
--- a/include/grecs/node.h
+++ b/include/grecs/node.h
@@ -38,7 +38,7 @@ typedef struct grecs_node {
38 grecs_locus_t idloc; 38 grecs_locus_t idloc;
39 union { 39 union {
40 grecs_value_t *value; 40 grecs_value_t *value;
41 grecs_symtab_t texttab; 41 grecs_symtab_ptr_t texttab;
42 } v; 42 } v;
43} grecs_node_t; 43} grecs_node_t;
44 44

Return to:

Send suggestions and report system problems to the System administrator.