File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3687,26 +3687,26 @@ Cp |UV |to_uni_upper |UV c \
36873687 |NN STRLEN *lenp
36883688Cp |UV |to_utf8_fold_flags_ \
36893689 |NN const U8 *p \
3690- |NULLOK const U8 *e \
3690+ |NN const U8 *e \
36913691 |NN U8 *ustrp \
36923692 |NULLOK STRLEN *lenp \
36933693 |U8 flags
36943694
36953695Cp |UV |to_utf8_lower_flags_ \
36963696 |NN const U8 *p \
3697- |NULLOK const U8 *e \
3697+ |NN const U8 *e \
36983698 |NN U8 *ustrp \
36993699 |NULLOK STRLEN *lenp \
37003700 |bool flags
37013701Cp |UV |to_utf8_title_flags_ \
37023702 |NN const U8 *p \
3703- |NULLOK const U8 *e \
3703+ |NN const U8 *e \
37043704 |NN U8 *ustrp \
37053705 |NULLOK STRLEN *lenp \
37063706 |bool flags
37073707Cp |UV |to_utf8_upper_flags_ \
37083708 |NN const U8 *p \
3709- |NULLOK const U8 *e \
3709+ |NN const U8 *e \
37103710 |NN U8 *ustrp \
37113711 |NULLOK STRLEN *lenp \
37123712 |bool flags
You can’t perform that action at this time.
0 commit comments