aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.h b/environment.h
index 7beb7e12..49d15a19 100644
--- a/environment.h
+++ b/environment.h
@@ -35,6 +35,7 @@ typedef struct {
fn_ctx_t *fn_ctx;
loop_ctx_t *loop_ctx;
CORD scope_prefix;
+ const char *comprehension_var;
} env_t;
typedef struct {