Skip to content

Commit 15f9fbd

Browse files
committed
f
1 parent 39fa98f commit 15f9fbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

perl.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4633,8 +4633,8 @@ Gid_t getegid (void);
46334633
# define DEBUG_Xv(a) DEBUG__(DEBUG_Xv_TEST, a)
46344634
# define DEBUG_Uv(a) DEBUG__(DEBUG_Uv_TEST, a)
46354635
# define DEBUG_Pv(a) DEBUG__(DEBUG_Pv_TEST, a)
4636-
/*# define DEBUG_Lv(a) DEBUG__(DEBUG_Lv_TEST, a)*/
4637-
# define DEBUG_Lv(a) DEBUG__(DEBUG_Lv_TEST, ({ PerlIO_printf(Perl_debug_log, "%p: ", aTHX); a; }))
4636+
# define DEBUG_Lv(a) DEBUG__(DEBUG_Lv_TEST, a)
4637+
/*# define DEBUG_Lv(a) DEBUG__(DEBUG_Lv_TEST, ({ PerlIO_printf(Perl_debug_log, "%p: ", aTHX); a; }))*/
46384638
# define DEBUG_yv(a) DEBUG__(DEBUG_yv_TEST, a)
46394639

46404640
# define DEBUG_S(a) DEBUG__(DEBUG_S_TEST, a)
@@ -4646,8 +4646,8 @@ Gid_t getegid (void);
46464646
# define DEBUG_q(a) DEBUG__(DEBUG_q_TEST, a)
46474647
# define DEBUG_M(a) DEBUG__(DEBUG_M_TEST, a)
46484648
# define DEBUG_B(a) DEBUG__(DEBUG_B_TEST, a)
4649-
# define DEBUG_L(a) DEBUG__(DEBUG_L_TEST, ({ PerlIO_printf(Perl_debug_log, "%p: ", aTHX); a; }))
4650-
/*# define DEBUG_L(a) DEBUG__(DEBUG_L_TEST, a)*/
4649+
/*# define DEBUG_L(a) DEBUG__(DEBUG_L_TEST, ({ PerlIO_printf(Perl_debug_log, "%p: ", aTHX); a; }))*/
4650+
# define DEBUG_L(a) DEBUG__(DEBUG_L_TEST, a)
46514651
# define DEBUG_i(a) DEBUG__(DEBUG_i_TEST, a)
46524652
# define DEBUG_y(a) DEBUG__(DEBUG_y_TEST, a)
46534653

0 commit comments

Comments
 (0)