integer types renamed

This commit is contained in:
Maxim Moiseev
2015-11-05 16:34:01 -08:00
committed by Max Moiseev
parent 6b7fc91beb
commit 1b6244f3ee
14 changed files with 38 additions and 38 deletions

View File

@@ -12,7 +12,7 @@ import Foundation
@_silgen_name("srandomdev") func srandomdev()
protocol TestableUnicodeCodec : UnicodeCodecType {
typealias CodeUnit : IntegerType
typealias CodeUnit : Integer
static func encodingId() -> NSStringEncoding
static func name() -> NSString
}