aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-12 14:27:13 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-12 14:27:13 -0400
commit46a2aa2ffc71820767f0cdaead84c26dc240c893 (patch)
treeda00733058f5b9b4ef03339d630076880845d9ad /environment.h
parent10795782c674df12fc70ea3aeeaa2f62158b6cbd (diff)
Fix up comprehensions so set comprehensions work and everything is a bit
more clean
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h2
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 {