mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
d645a1a3e2
GlobalObjects.h declares it as __swift_uint64_t, but GlobalObjects.cpp declared it as uint64_t. The types should match exactly.