Artifact d0c4634748c0764dd763221816c2894ba2b434fdeda5f3b843eaf7880b5bce48:
- File
src/OFSecureData.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: 15198) [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: 15198) [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