Skip to content

Commit e9261c1

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 4b09079 commit e9261c1

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
@@ -2232,7 +2232,7 @@ ARdp |OP * |newGVOP |I32 type \
22322232
ARdp |OP * |newGVREF |I32 type \
22332233
|NULLOK OP *o
22342234
ARdmp |HV * |newHV
2235-
ARdp |HV * |newHVhv |NULLOK HV *hv
2235+
ARdp |HV * |newHVhv |NULLOK HV *ohv
22362236
ARdp |OP * |newHVREF |NN OP *o
22372237
ARdmp |IO * |newIO
22382238
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)