Move noErr to Darwin with OSStatus as its type.

rdar://17285288


Swift SVN r20279
This commit is contained in:
Fariborz Jahanian
2014-07-21 21:14:27 +00:00
parent 55e3e4b028
commit 5197fe0f9d
2 changed files with 5 additions and 1 deletions

View File

@@ -50,7 +50,6 @@ public let NSUTF16LittleEndianStringEncoding: UInt = 0x94000100
public let NSUTF32StringEncoding: UInt = 0x8c000100
public let NSUTF32BigEndianStringEncoding: UInt = 0x98000100
public let NSUTF32LittleEndianStringEncoding: UInt = 0x9c000100
public let noErr: Int32 = 0
//===----------------------------------------------------------------------===//