aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-09-12 13:08:32 +0100
committergingerBill <bill@gingerbill.org>2022-09-12 13:08:32 +0100
commitef372bd86194a01f6386fd1eae71e7362e28cf89 (patch)
treef418c4493ab2d0d23c12f05c47bf5e53ce7d7126 /src/types.cpp
parentfbbfe438dc8d841bdba6585c7b80336b569a01f0 (diff)
Replace `#optional_second` with `#optional_allocator_error`
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp
index b7cb4dd2c..e917d30fa 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -681,6 +681,7 @@ gb_global Type *t_allocator = nullptr;
gb_global Type *t_allocator_ptr = nullptr;
gb_global Type *t_context = nullptr;
gb_global Type *t_context_ptr = nullptr;
+gb_global Type *t_allocator_error = nullptr;
gb_global Type *t_source_code_location = nullptr;
gb_global Type *t_source_code_location_ptr = nullptr;