diff options
Diffstat (limited to 'src/environment.h')
| -rw-r--r-- | src/environment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/environment.h b/src/environment.h index cbaae09b..1484a4c4 100644 --- a/src/environment.h +++ b/src/environment.h @@ -33,7 +33,7 @@ typedef struct loop_ctx_s { typedef struct namespace_s { const char *name; - Array_t constructors; + List_t constructors; struct namespace_s *parent; } namespace_t; |
