Skip to content

Commit 18303d4

Browse files
committed
embed.fnc: require_tie_mod: NN valid only for ptr
This has a non-pointer argument marked with NN.
1 parent 56be442 commit 18303d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embed.fnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4541,7 +4541,7 @@ S |bool |parse_gv_stash_name \
45414541
|const U32 is_utf8 \
45424542
|const I32 add
45434543
S |void |require_tie_mod|NN GV *gv \
4544-
|NN const char varname \
4544+
|const char varname \
45454545
|NN const char *name \
45464546
|STRLEN len \
45474547
|const U32 flags

proto.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)