diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-02-19 18:50:50 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-02-19 18:50:50 -0500 |
| commit | 058a028aef6f056a31d1e9a09fa83d498c553b78 (patch) | |
| tree | 21f0be237338d13ebc9380aee2a1db5afaad53d6 /environment.h | |
| parent | 29849d145787fac5df454d9314c98570488045ce (diff) | |
Switch to langs using constructors
Diffstat (limited to 'environment.h')
| -rw-r--r-- | environment.h | 1 |
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; |
