summaryrefslogtreecommitdiff
path: root/unicode_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'unicode_constants.h')
-rw-r--r--unicode_constants.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/unicode_constants.h b/unicode_constants.h
index 56933b8f11..da240236d4 100644
--- a/unicode_constants.h
+++ b/unicode_constants.h
@@ -89,9 +89,9 @@ bytes.
# define MICRO_SIGN_NATIVE 0xB5 /* U+00B5 */
# define MICRO_SIGN_UTF8 "\xC2\xB5" /* U+00B5 */
-# ifdef PERL_IN_REGCOMP_C
-# define MAX_PRINT_A 0x7E /* The max code point that isPRINT_A */
-# endif
+# ifdef PERL_IN_REGCOMP_C
+# define MAX_PRINT_A 0x7E /* The max code point that isPRINT_A */
+# endif
#endif /* ASCII/Latin1 */
#if 'A' == 193 /* EBCDIC 1047 */ \
@@ -136,9 +136,9 @@ bytes.
# define MICRO_SIGN_NATIVE 0xA0 /* U+00B5 */
# define MICRO_SIGN_UTF8 "\x80\x64" /* U+00B5 */
-# ifdef PERL_IN_REGCOMP_C
-# define MAX_PRINT_A 0xF9 /* The max code point that isPRINT_A */
-# endif
+# ifdef PERL_IN_REGCOMP_C
+# define MAX_PRINT_A 0xF9 /* The max code point that isPRINT_A */
+# endif
#endif /* EBCDIC 1047 */
#if 'A' == 193 /* EBCDIC 037 */ \
@@ -183,9 +183,9 @@ bytes.
# define MICRO_SIGN_NATIVE 0xA0 /* U+00B5 */
# define MICRO_SIGN_UTF8 "\x78\x63" /* U+00B5 */
-# ifdef PERL_IN_REGCOMP_C
-# define MAX_PRINT_A 0xF9 /* The max code point that isPRINT_A */
-# endif
+# ifdef PERL_IN_REGCOMP_C
+# define MAX_PRINT_A 0xF9 /* The max code point that isPRINT_A */
+# endif
#endif /* EBCDIC 037 */
/* The number of code points not matching \pC */