From 46a2aa2ffc71820767f0cdaead84c26dc240c893 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 12 Sep 2024 14:27:13 -0400 Subject: Fix up comprehensions so set comprehensions work and everything is a bit more clean --- environment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environment.h') 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 { -- cgit v1.2.3