aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.h b/environment.h
index fbff64b1..dc7f527c 100644
--- a/environment.h
+++ b/environment.h
@@ -45,7 +45,7 @@ typedef struct {
type_t *type;
union {
CORD code;
- char value[0];
+ void *value;
};
} binding_t;