Skip to content

Commit 4f308dc

Browse files
committed
embed.fnc: Synchronize formal parameter name with actual
A PERL_ARGS_ASSERT macro will be generated for this function in a future commit, and compilation will fail unless the names match.
1 parent 148136c commit 4f308dc

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
@@ -2207,7 +2207,7 @@ ARdp |OP * |newGVOP |I32 type \
22072207
ARdp |OP * |newGVREF |I32 type \
22082208
|NULLOK OP *o
22092209
ARdmp |HV * |newHV
2210-
ARdp |HV * |newHVhv |NULLOK HV *hv
2210+
ARdp |HV * |newHVhv |NULLOK HV *ohv
22112211
ARdp |OP * |newHVREF |NN OP *o
22122212
ARdmp |IO * |newIO
22132213
ARdp |OP * |newLISTOP |I32 type \

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)