diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-30 12:14:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-30 12:14:24 -0400 |
| commit | 838c9963fc2216e827ceed80fc352d1d16ea30f9 (patch) | |
| tree | 82eed3eb921ae36ba745122ed6b182d8b92ec329 /environment.h | |
| parent | 04d9adc8138566eec5d6bf7b233a6c617306bcce (diff) | |
Adding a REPL
Diffstat (limited to 'environment.h')
| -rw-r--r-- | environment.h | 2 |
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; |
