Write unicode::icu::UCHAR_INVALID_CODE as -1, removing a FIXME

This commit is contained in:
Tim Chevalier 2012-05-03 16:57:20 -07:00
parent 97c0b3848d
commit 82d4fe3967

View file

@ -144,9 +144,7 @@ mod icu {
// = UCHAR_SCRIPT_EXTENSIONS;
const UCHAR_OTHER_PROPERTY_LIMIT : UProperty = 0x7001;
const UCHAR_INVALID_CODE : UProperty = 0xffffffff;
// FIXME: should be -1, change when compiler supports negative
// constants
const UCHAR_INVALID_CODE : UProperty = -1;
#[link_name = "icuuc"]
#[abi = "cdecl"]