From ef372bd86194a01f6386fd1eae71e7362e28cf89 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 12 Sep 2022 13:08:32 +0100 Subject: Replace `#optional_second` with `#optional_allocator_error` --- src/types.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.cpp') 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; -- cgit v1.2.3