Commits
Dave Zarzycki committed 9232d330c15
Add formal Word and UWord types These types are meant as _implementation_ details for classes/structs to save space on 32-bit machines. "Int" is still the one true integer type between classes/structs. Use a build system hack to get Word/UWord to be 32 bits in size on 32-bit targets. Swift SVN r3755