summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;