aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-12 23:41:32 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-12 23:41:32 -0400
commitda9cc93c466c65e0294b4b29bec6603b2d4552eb (patch)
treebfd266d559365366802eaf1a285d7983b426f9c8 /environment.h
parent46a2aa2ffc71820767f0cdaead84c26dc240c893 (diff)
Make functions print with `func name(...)->... [file:line]` info
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 2dfd4bfb..dac3065a 100644
--- a/environment.h
+++ b/environment.h
@@ -13,6 +13,7 @@ typedef struct {
CORD funcs;
CORD typeinfos;
CORD variable_initializers;
+ CORD function_naming;
} compilation_unit_t;
typedef struct fn_ctx_s {