summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-09-01 16:30:28 +0200
committerYves Orton <demerphq@gmail.com>2022-09-07 09:02:11 +0200
commitd94e5ab6f77f0306aa07c6f87174e3fb3d4e14ca (patch)
tree380afc9347f9cad3a7e7c6801cbc81f69fd75eed /XSUB.h
parent6459affc2e21855dccef6129519977ea92c255b5 (diff)
downloadperl-d94e5ab6f77f0306aa07c6f87174e3fb3d4e14ca.tar.gz
XSUB.h - put STMT_END on its own line and lined up with STMT_START
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/XSUB.h b/XSUB.h
index b1a9aeab3f..5ec8ede20d 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -426,7 +426,7 @@ Rethrows a previously caught exception. See L<perlguts/"Exception Handling">.
} STMT_END
#define DBM_ckFilter(arg,type,name) \
- STMT_START { \
+ STMT_START { \
if (db->type) { \
if (db->filtering) { \
croak("recursion detected in %s", name) ; \
@@ -450,7 +450,8 @@ Rethrows a previously caught exception. See L<perlguts/"Exception Handling">.
if (name[7] == 's'){ \
arg = sv_2mortal(arg); \
} \
- } } STMT_END
+ } \
+ } STMT_END
#if 1 /* for compatibility */
# define VTBL_sv &PL_vtbl_sv