From 3e7aabe6d83797f7451300a5c8e6fb4a5c1804d2 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 14 Jun 2021 11:43:35 +0100 Subject: Change uses for parapoly records to use `$` always --- core/runtime/core_builtin.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/runtime') diff --git a/core/runtime/core_builtin.odin b/core/runtime/core_builtin.odin index a74043f95..29c84a59e 100644 --- a/core/runtime/core_builtin.odin +++ b/core/runtime/core_builtin.odin @@ -3,7 +3,7 @@ package runtime import "intrinsics" @builtin -Maybe :: union(T: typeid) #maybe {T}; +Maybe :: union($T: typeid) #maybe {T}; @thread_local global_default_temp_allocator_data: Default_Temp_Allocator; -- cgit v1.2.3