aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-30 12:14:24 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-03-30 12:14:24 -0400
commit838c9963fc2216e827ceed80fc352d1d16ea30f9 (patch)
tree82eed3eb921ae36ba745122ed6b182d8b92ec329 /environment.h
parent04d9adc8138566eec5d6bf7b233a6c617306bcce (diff)
Adding a REPL
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;