Skip to content

Commit 945442c

Browse files
author
Branislav Zahradník
committed
fixup! [op.c] Break fragile long-distance dependency on keyword list order
1 parent 0679aca commit 945442c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16172,7 +16172,7 @@ Perl_coresub_op(pTHX_ SV * const coreargssv, const int code,
1617216172

1617316173
switch(opnum) {
1617416174
case 0: {
16175-
int caller_index = -1;
16175+
IV caller_index = -1;
1617616176
switch (-code) {
1617716177
case KEY___PACKAGE__: caller_index = 0; break; /* (caller)[0] */
1617816178
case KEY___FILE__: caller_index = 1; break; /* (caller)[1] */

0 commit comments

Comments
 (0)