summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-11-11 15:59:14 -0700
committerKarl Williamson <khw@cpan.org>2018-11-16 08:42:44 -0700
commitfaeff471479006605ff4b7b50f3705463ba4c3f7 (patch)
treea1732d59fa395339ca8daebd657124a4bdf8772e /perl.h
parentd5369bc3347c3d34d6f41f3e905790d6629b332d (diff)
downloadperl-faeff471479006605ff4b7b50f3705463ba4c3f7.tar.gz
perl.h: White-space, comment
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/perl.h b/perl.h
index f7e8100e80..ffa0e038c4 100644
--- a/perl.h
+++ b/perl.h
@@ -4020,11 +4020,11 @@ Gid_t getegid (void);
# define DEBUG_f(a) DEBUG__(DEBUG_f_TEST, a)
-#ifndef PERL_EXT_RE_BUILD
-# define DEBUG_r(a) DEBUG__(DEBUG_r_TEST, a)
-#else
-# define DEBUG_r(a) STMT_START {a;} STMT_END
-#endif /* PERL_EXT_RE_BUILD */
+# ifndef PERL_EXT_RE_BUILD
+# define DEBUG_r(a) DEBUG__(DEBUG_r_TEST, a)
+# else
+# define DEBUG_r(a) STMT_START {a;} STMT_END
+# endif /* PERL_EXT_RE_BUILD */
# define DEBUG_x(a) DEBUG__(DEBUG_x_TEST, a)
# define DEBUG_u(a) DEBUG__(DEBUG_u_TEST, a)
@@ -4048,7 +4048,7 @@ Gid_t getegid (void);
# define DEBUG_L(a) DEBUG__(DEBUG_L_TEST, a)
# define DEBUG_i(a) DEBUG__(DEBUG_i_TEST, a)
-#else /* DEBUGGING */
+#else /* ! DEBUGGING below */
# define DEBUG_p_TEST (0)
# define DEBUG_s_TEST (0)