Write unicode::icu::UCHAR_INVALID_CODE as -1, removing a FIXME
This commit is contained in:
parent
97c0b3848d
commit
82d4fe3967
@ -144,9 +144,7 @@ mod icu {
|
|||||||
// = UCHAR_SCRIPT_EXTENSIONS;
|
// = UCHAR_SCRIPT_EXTENSIONS;
|
||||||
const UCHAR_OTHER_PROPERTY_LIMIT : UProperty = 0x7001;
|
const UCHAR_OTHER_PROPERTY_LIMIT : UProperty = 0x7001;
|
||||||
|
|
||||||
const UCHAR_INVALID_CODE : UProperty = 0xffffffff;
|
const UCHAR_INVALID_CODE : UProperty = -1;
|
||||||
// FIXME: should be -1, change when compiler supports negative
|
|
||||||
// constants
|
|
||||||
|
|
||||||
#[link_name = "icuuc"]
|
#[link_name = "icuuc"]
|
||||||
#[abi = "cdecl"]
|
#[abi = "cdecl"]
|
||||||
|
Loading…
Reference in New Issue
Block a user