Skip to content

Commit 4e49963

Browse files
committed
add PERL_OP_PARENT to 'perl -V' output
1 parent 5d32d26 commit 4e49963

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

perl.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,6 +1773,9 @@ S_Internals_V(pTHX_ CV *cv)
17731773
# ifdef PERL_MEM_LOG_NOIMPL
17741774
" PERL_MEM_LOG_NOIMPL"
17751775
# endif
1776+
# ifdef PERL_OP_PARENT
1777+
" PERL_OP_PARENT"
1778+
# endif
17761779
# ifdef PERL_PERTURB_KEYS_DETERMINISTIC
17771780
" PERL_PERTURB_KEYS_DETERMINISTIC"
17781781
# endif

0 commit comments

Comments
 (0)