diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-03 16:00:34 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-03 16:00:34 +0300 |
| commit | 2ca159fb5c2a52f33c499eef1fa50a98a863b0f0 (patch) | |
| tree | c9497ad8372a047bcff366c189c8969ed84f0406 /include/cu/scope.h | |
| parent | 4642bedb436981e92e3312f06bfcb2eb34074596 (diff) | |
| download | ek-2ca159fb5c2a52f33c499eef1fa50a98a863b0f0.tar.gz ek-2ca159fb5c2a52f33c499eef1fa50a98a863b0f0.zip | |
initial union testing
Diffstat (limited to 'include/cu/scope.h')
| -rw-r--r-- | include/cu/scope.h | 1 |
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; |
