diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-02-06 14:18:52 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-02-06 14:18:52 -0500 |
| commit | 2ff7c1aa71585e518d93c9df75d66291fdc8cf42 (patch) | |
| tree | b9121d2350b05102ecc40a19bd641f79ceac60e9 /environment.h | |
| parent | 3b00aef3e4865678d26f6a14d994518042591857 (diff) | |
Move REPL code out of binding_t struct
Diffstat (limited to 'environment.h')
| -rw-r--r-- | environment.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/environment.h b/environment.h index d0427a9b..616bfc58 100644 --- a/environment.h +++ b/environment.h @@ -59,10 +59,7 @@ typedef struct env_s { typedef struct { type_t *type; - union { - CORD code; - void *value; - }; + CORD code; } binding_t; env_t *new_compilation_unit(CORD libname); |
