aboutsummaryrefslogtreecommitdiff
path: root/include/grecs/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grecs/value.h')
-rw-r--r--include/grecs/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grecs/value.h b/include/grecs/value.h
index 73f979c..8cd2800 100644
--- a/include/grecs/value.h
+++ b/include/grecs/value.h
@@ -28,7 +28,7 @@ typedef struct grecs_value {
28 int type; 28 int type;
29 grecs_locus_t locus; 29 grecs_locus_t locus;
30 union { 30 union {
31 grecs_list_t list; 31 grecs_list_ptr_t list;
32 char *string; 32 char *string;
33 struct { 33 struct {
34 size_t c; 34 size_t c;

Return to:

Send suggestions and report system problems to the System administrator.