File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 97c0b3848d127c9966b6d71baa68c560b1f78845
5
+ refs/heads/try: 82d4fe3967a6e6b7bde5d70644cf3eca23763932
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -144,9 +144,7 @@ mod icu {
144
144
// = UCHAR_SCRIPT_EXTENSIONS;
145
145
const UCHAR_OTHER_PROPERTY_LIMIT : UProperty = 0x7001 ;
146
146
147
- const UCHAR_INVALID_CODE : UProperty = 0xffffffff ;
148
- // FIXME: should be -1, change when compiler supports negative
149
- // constants
147
+ const UCHAR_INVALID_CODE : UProperty = -1 ;
150
148
151
149
#[ link_name = "icuuc" ]
152
150
#[ abi = "cdecl" ]
You can’t perform that action at this time.
0 commit comments