diff options
| author | gingerBill <bill@gingerbill.org> | 2023-07-22 10:16:28 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-07-22 10:16:28 +0100 |
| commit | eec3b3009f0005090ddd5a7901e5f3c38cf31ce1 (patch) | |
| tree | 696b4ddfd242fcbb3f7655dc7272a2197ac785fa /src/types.cpp | |
| parent | 4654b41c3e6a01118e28e6297b2de97bd0a8cd42 (diff) | |
Begin work on builtin procedures
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp index f513f23d9..17945b109 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -594,6 +594,7 @@ gb_global Type *t_untyped_uninit = &basic_types[Basic_UntypedUninit]; gb_global Type *t_u8_ptr = nullptr; +gb_global Type *t_u8_multi_ptr = nullptr; gb_global Type *t_int_ptr = nullptr; gb_global Type *t_i64_ptr = nullptr; gb_global Type *t_f64_ptr = nullptr; |