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 {
grecs_locus_t idloc;
union {
grecs_value_t *value;
- grecs_symtab_t texttab;
+ grecs_symtab_ptr_t texttab;
} v;
} grecs_node_t;

Return to:

Send suggestions and report system problems to the System administrator.