diff options
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); |
