summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--invlist_inline.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/invlist_inline.h b/invlist_inline.h
index 6817481184..047a834ba8 100644
--- a/invlist_inline.h
+++ b/invlist_inline.h
@@ -9,7 +9,11 @@
#ifndef PERL_INVLIST_INLINE_H_
#define PERL_INVLIST_INLINE_H_
-#if defined(PERL_IN_UTF8_C) || defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C) || defined(PERL_IN_TOKE_C) || defined(PERL_IN_PP_C)
+#if defined(PERL_IN_UTF8_C) \
+ || defined(PERL_IN_REGCOMP_C) \
+ || defined(PERL_IN_REGEXEC_C) \
+ || defined(PERL_IN_TOKE_C) \
+ || defined(PERL_IN_PP_C)
/* An element is in an inversion list iff its index is even numbered: 0, 2, 4,
* etc */