summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-11-11 17:12:45 -0700
committerKarl Williamson <khw@cpan.org>2019-11-11 20:55:39 -0700
commit6ea51042b552b31d8fac8e32434ca9927ccfc109 (patch)
treebe2209717b0aa295b0d32d91a9180c2500c2d1ed /op.c
parent8c3c64966f901bc5b950a041793d7b36da8a016b (diff)
downloadperl-6ea51042b552b31d8fac8e32434ca9927ccfc109.tar.gz
op.c: Move #endif
Otherwise this fails to compile on EBCDIC
Diffstat (limited to 'op.c')
-rw-r--r--op.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/op.c b/op.c
index 41824a43a8..499e73bdf4 100644
--- a/op.c
+++ b/op.c
@@ -6909,11 +6909,12 @@ S_pmtrans(pTHX_ OP *o, OP *expr, OP *repl)
# ifdef UV_IS_QUAD
,
( ((UV) 1U << (6 * UTF_ACCUMULATION_SHIFT)))
-
# endif
-#endif
+
};
+#endif
+
PERL_ARGS_ASSERT_PMTRANS;
PL_hints |= HINT_BLOCK_SCOPE;