diff options
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 1e13d5ab..2dfd4bfb 100644 --- a/environment.h +++ b/environment.h @@ -53,7 +53,7 @@ typedef struct env_s { deferral_t *deferred; CORD *libname; // Pointer to currently compiling library name (if any) namespace_t *namespace; - const char *comprehension_var; + Closure_t *comprehension_action; } env_t; typedef struct { |
