Skip to content

Commit 43eccc5

Browse files
committed
embed.fnc: Change NULLOK to NN for several functions
Inspection showed these were wrongly categorized
1 parent e8829bd commit 43eccc5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

embed.fnc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3687,26 +3687,26 @@ Cp |UV |to_uni_upper |UV c \
36873687
|NN STRLEN *lenp
36883688
Cp |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

36953695
Cp |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
37013701
Cp |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
37073707
Cp |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

proto.h

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)