Skip to content

Commit 4e7803f

Browse files
committed
embed.fnc: Add NOCHECK to three entries
This has no effect currently, but several commits hence, a bug will be fixed that would otherwise generate a check that actually is inappropriate for these cases.
1 parent e9261c1 commit 4e7803f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

embed.fnc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ ARdpx |SV * |hv_bucket_ratio|NN HV *hv
14921492
Adp |void |hv_clear |NULLOK HV *hv
14931493
Adp |void |hv_clear_placeholders \
14941494
|NN HV *hv
1495-
Cp |void * |hv_common |NULLOK HV *hv \
1495+
Cp |void * |hv_common |NULLOK NOCHECK HV *hv \
14961496
|NULLOK SV *keysv \
14971497
|NULLOK const char *key \
14981498
|STRLEN klen \
@@ -3411,7 +3411,7 @@ Adp |void |sv_reset |NN const char *s \
34113411
|NULLOK HV * const stash
34123412
p |void |sv_resetpvn |NULLOK const char *s \
34133413
|STRLEN len \
3414-
|NULLOK HV * const stash
3414+
|NULLOK NOCHECK HV * const stash
34153415
Adp |SV * |sv_rvunweaken |NN SV * const sv
34163416
Adp |SV * |sv_rvweaken |NN SV * const sv
34173417
Adp |void |sv_set_bool |NN SV *sv \
@@ -6098,7 +6098,7 @@ S |I32 |utf16_textfilter \
60986098
# endif
60996099
#endif /* defined(PERL_IN_TOKE_C) */
61006100
#if defined(PERL_IN_UNIVERSAL_C)
6101-
GS |bool |isa_lookup |NULLOK HV *stash \
6101+
GS |bool |isa_lookup |NULLOK NOCHECK HV *stash \
61026102
|NULLOK SV *namesv \
61036103
|NULLOK const char *name \
61046104
|STRLEN len \

0 commit comments

Comments
 (0)