Skip to content

Commit 3f1cd6a

Browse files
committed
Three macros are used in perl extensions
They were marked as core-only.
1 parent 308806a commit 3f1cd6a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

embed.fnc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4487,7 +4487,7 @@ ERXp |SV * |add_range_to_invlist_ \
44874487
|NULLOK SV *invlist \
44884488
|UV start \
44894489
|UV end
4490-
m |void |invlist_intersection_ \
4490+
Em |void |invlist_intersection_ \
44914491
|NN SV * const a \
44924492
|NN SV * const b \
44934493
|NN SV **i
@@ -4497,11 +4497,11 @@ EXp |void |invlist_intersection_maybe_complement_2nd_ \
44974497
|const bool complement_b \
44984498
|NN SV **i
44994499
EXp |void |invlist_invert_|NN SV * const invlist
4500-
m |void |invlist_subtract_ \
4500+
Em |void |invlist_subtract_ \
45014501
|NN SV * const a \
45024502
|NN SV * const b \
45034503
|NN SV **result
4504-
m |void |invlist_union_ |NULLOK SV * const a \
4504+
Em |void |invlist_union_ |NULLOK SV * const a \
45054505
|NN SV * const b \
45064506
|NN SV **output
45074507
EXp |void |invlist_union_maybe_complement_2nd_ \

handy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ a string/length pair.
450450

451451

452452
/*
453-
=for apidoc_defn mx|void|lex_stuff_pvs|"pv"|U32 flags
453+
=for apidoc_defn Emx|void|lex_stuff_pvs|"pv"|U32 flags
454454
455455
=cut
456456
*/

proto.h

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

0 commit comments

Comments
 (0)