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
@@ -25,13 +25,13 @@
#define GRECS_TYPE_ARRAY 2
typedef struct grecs_value {
int type;
grecs_locus_t locus;
union {
- grecs_list_t list;
+ grecs_list_ptr_t list;
char *string;
struct {
size_t c;
struct grecs_value **v;
} arg;
} v;

Return to:

Send suggestions and report system problems to the System administrator.