aboutsummaryrefslogtreecommitdiff
path: root/include/cu/scope.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-04-03 16:00:34 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-04-03 16:00:34 +0300
commit2ca159fb5c2a52f33c499eef1fa50a98a863b0f0 (patch)
treec9497ad8372a047bcff366c189c8969ed84f0406 /include/cu/scope.h
parent4642bedb436981e92e3312f06bfcb2eb34074596 (diff)
downloadek-2ca159fb5c2a52f33c499eef1fa50a98a863b0f0.tar.gz
ek-2ca159fb5c2a52f33c499eef1fa50a98a863b0f0.zip
initial union testing
Diffstat (limited to 'include/cu/scope.h')
-rw-r--r--include/cu/scope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cu/scope.h b/include/cu/scope.h
index d8fd2c4..a325fcb 100644
--- a/include/cu/scope.h
+++ b/include/cu/scope.h
@@ -72,6 +72,7 @@ struct scope {
/* types */
/* TODO: add actualized types maybe? */
struct visible *enums;
+ struct visible *unions;
struct visible *structs;
struct visible *aliases;
struct visible *builtins;