From a64e7a0cac26e4844385b87e595e27e95b46e5a0 Mon Sep 17 00:00:00 2001 From: Rune Date: Sun, 22 Feb 2026 13:13:26 +0100 Subject: [PATCH] Make bitfields API stable --- src/Index.bf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Index.bf b/src/Index.bf index 46c3f2a..2668695 100644 --- a/src/Index.bf +++ b/src/Index.bf @@ -396,8 +396,8 @@ extension Clang * Store PCH in memory. If zero, PCH are stored in temporary files. */ [Bitfield(.Public , .Bits(1), "StorePreamblesInMemory")] - [Bitfield(.Private, .Bits(13), "__anon_bitfield_549205FB")] - private c_uint __bitfield_EB2E1114; + [Bitfield(.Private, .Bits(13), "__anon_bitfield_0")] + private c_uint __bitfield_1; /** * The path to a directory, in which to store temporary PCH files. If null or