aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-22 01:52:00 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-03-22 01:52:00 -0400
commitf21fc700bb5e37a653142b0ecd142f1ae3132c5c (patch)
tree2609e8c0f42fb8ac2f5b53f0fac4480c65ef62ee /environment.h
parent73c0c6b5404137f6db269153a8236748f1dc5de5 (diff)
Handle type namespaces in other modules
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 40ddb8ec..b1b91242 100644
--- a/environment.h
+++ b/environment.h
@@ -57,5 +57,6 @@ binding_t *get_binding(env_t *env, const char *name);
void set_binding(env_t *env, const char *name, binding_t *binding);
binding_t *get_namespace_binding(env_t *env, ast_t *self, const char *name);
#define code_err(ast, ...) compiler_err((ast)->file, (ast)->start, (ast)->end, __VA_ARGS__)
+extern type_t *TEXT_TYPE;
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0