Skip to content

Commit 0eb3465

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 9209462 commit 0eb3465

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
@@ -1468,7 +1468,7 @@ ARdpx |SV * |hv_bucket_ratio|NN HV *hv
14681468
Adp |void |hv_clear |NULLOK HV *hv
14691469
Adp |void |hv_clear_placeholders \
14701470
|NN HV *hv
1471-
Cp |void * |hv_common |NULLOK HV *hv \
1471+
Cp |void * |hv_common |NULLOK NOCHECK HV *hv \
14721472
|NULLOK SV *keysv \
14731473
|NULLOK const char *key \
14741474
|STRLEN klen \
@@ -3387,7 +3387,7 @@ Adp |void |sv_reset |NN const char *s \
33873387
|NULLOK HV * const stash
33883388
p |void |sv_resetpvn |NULLOK const char *s \
33893389
|STRLEN len \
3390-
|NULLOK HV * const stash
3390+
|NULLOK NOCHECK HV * const stash
33913391
Adp |SV * |sv_rvunweaken |NN SV * const sv
33923392
Adp |SV * |sv_rvweaken |NN SV * const sv
33933393
Adp |void |sv_set_bool |NN SV *sv \
@@ -6074,7 +6074,7 @@ S |I32 |utf16_textfilter \
60746074
# endif
60756075
#endif /* defined(PERL_IN_TOKE_C) */
60766076
#if defined(PERL_IN_UNIVERSAL_C)
6077-
GS |bool |isa_lookup |NULLOK HV *stash \
6077+
GS |bool |isa_lookup |NULLOK NOCHECK HV *stash \
60786078
|NULLOK SV *namesv \
60796079
|NULLOK const char *name \
60806080
|STRLEN len \

0 commit comments

Comments
 (0)