Skip to content

Commit a81c01f

Browse files
committed
embed.fnc: _invlist_union() not publicly accessible
This macro is defined only when for certain .c files, so should not be marked as publicly accessible
1 parent e777806 commit a81c01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embed.fnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4366,7 +4366,7 @@ m |void |_invlist_subtract \
43664366
|NN SV * const a \
43674367
|NN SV * const b \
43684368
|NN SV **result
4369-
Cm |void |_invlist_union |NULLOK SV * const a \
4369+
m |void |_invlist_union |NULLOK SV * const a \
43704370
|NN SV * const b \
43714371
|NN SV **output
43724372
EXp |void |_invlist_union_maybe_complement_2nd \

0 commit comments

Comments
 (0)