aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-02-19 18:50:50 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-02-19 18:50:50 -0500
commit058a028aef6f056a31d1e9a09fa83d498c553b78 (patch)
tree21f0be237338d13ebc9380aee2a1db5afaad53d6 /environment.h
parent29849d145787fac5df454d9314c98570488045ce (diff)
Switch to langs using constructors
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 e32e7bd6..97a6647d 100644
--- a/environment.h
+++ b/environment.h
@@ -31,6 +31,7 @@ typedef struct loop_ctx_s {
typedef struct namespace_s {
const char *name;
+ Array_t constructors;
struct namespace_s *parent;
} namespace_t;