Skip to content

Commit 9209462

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 463db48 commit 9209462

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
@@ -2208,7 +2208,7 @@ ARdp |OP * |newGVOP |I32 type \
22082208
ARdp |OP * |newGVREF |I32 type \
22092209
|NULLOK OP *o
22102210
ARdmp |HV * |newHV
2211-
ARdp |HV * |newHVhv |NULLOK HV *hv
2211+
ARdp |HV * |newHVhv |NULLOK HV *ohv
22122212
ARdp |OP * |newHVREF |NN OP *o
22132213
ARdmp |IO * |newIO
22142214
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)