Browse Source

Merge pull request #4002 from thetarnav/update-builtin-constants

Update comments for builtin constants
Jeroen van Rijn 1 year ago
parent
commit
cc8c2f236b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      base/runtime/core.odin

+ 3 - 2
base/runtime/core.odin

@@ -525,11 +525,12 @@ Raw_Quaternion256_Vector_Scalar :: struct {vector: [3]f64, scalar: f64}
 		Linux,
 		Linux,
 		Essence,
 		Essence,
 		FreeBSD,
 		FreeBSD,
-		Haiku,
 		OpenBSD,
 		OpenBSD,
 		NetBSD,
 		NetBSD,
+		Haiku,
 		WASI,
 		WASI,
 		JS,
 		JS,
+		Orca,
 		Freestanding,
 		Freestanding,
 	}
 	}
 */
 */
@@ -589,7 +590,7 @@ Odin_Platform_Subtarget_Type :: type_of(ODIN_PLATFORM_SUBTARGET)
 		Memory  = 1,
 		Memory  = 1,
 		Thread  = 2,
 		Thread  = 2,
 	}
 	}
-	Odin_Sanitizer_Flags :: distinct bitset[Odin_Sanitizer_Flag; u32]
+	Odin_Sanitizer_Flags :: distinct bit_set[Odin_Sanitizer_Flag; u32]
 
 
 	ODIN_SANITIZER_FLAGS // is a constant
 	ODIN_SANITIZER_FLAGS // is a constant
 */
 */