mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
That commit made a protocol public. The protocol was underscored but some of its APIs were not, and those became unintentionally publicly visible. This commit corrects that problem. Since Builtin.RawPointer properties were being renamed from "value" to "_rawValue" for clarity, COpaquePointer got that treatment too, even though it wasn't strictly necessary, for consistency. Swift SVN r22252
36 KiB
36 KiB