Artifact 9db9ebbd67b2f1ffb452fc47c8f53b289b46514a223aef33a1887086d435e1bd:
- File
src/OFBitSetCharacterSet.m
-
2024-05-09 10:21:24
— part of check-in
[96f946d7ad]
on branch trunk
— Use unsigned long for bit sets
This should be more efficient on some architectures.
As a nice side effect, this is also what Linux does in some userspace
APIs, so after this change, these macros can be used for this as well
(and Linux interestingly does not provide similar macros in the
userspace headers). (user: js, size: 1999) [annotate] [blame] [check-ins using] - 2024-05-09 10:22:19 — part of check-in [c0a80a897d] on branch gamecontroller — Merge trunk into branch "gamecontroller" (user: js, size: 1999) [annotate] [blame] [check-ins using]
-
2024-05-09 10:21:24
— part of check-in
[96f946d7ad]
on branch trunk
— Use unsigned long for bit sets