summaryrefslogtreecommitdiff
path: root/charclass_invlists.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-02-23 19:32:03 -0700
committerKarl Williamson <khw@cpan.org>2020-03-02 11:40:29 -0700
commitda477c7d07d62ea553e27b79c9d63e1f7c5640e5 (patch)
tree6d1ab51102b79d419c3a07c7ef313d36a3ce2321 /charclass_invlists.h
parentaa2885ce1c52c69d1ab88052a5042193509d3de3 (diff)
downloadperl-da477c7d07d62ea553e27b79c9d63e1f7c5640e5.tar.gz
regen/mk_invlists.pl: Move #define in output
This value will be needed outside of where it currently is defined; this commit makes it available elsewhere
Diffstat (limited to 'charclass_invlists.h')
-rw-r--r--charclass_invlists.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h
index 3c9becfb76..fb489e8326 100644
--- a/charclass_invlists.h
+++ b/charclass_invlists.h
@@ -22,6 +22,8 @@
#define NUM_ANYOF_CODE_POINTS (1 << 8)
+/* The precision to use in "%.*e" formats */
+#define PL_E_FORMAT_PRECISION 2
#if (defined(PERL_IN_REGCOMP_C) && ! defined(PERL_IN_XSUB_RE))
@@ -419850,5 +419852,5 @@ static const U8 WB_table[23][23] = {
* 50b85a67451145545a65cea370dab8d3444fbfe07e9c34cef560c5b7da9d3eef lib/unicore/version
* 2680b9254eb236c5c090f11b149605043e8c8433661b96efc4a42fb4709342a5 regen/charset_translations.pl
* 6bbad21de0848e0236b02f34f5fa0edd3cdae9ba8173cc9469a5513936b9e728 regen/mk_PL_charclass.pl
- * abe1ced568de2d3ca8fe099e7e91219d99d569a869ed1cc64f128de3ba4b5a2c regen/mk_invlists.pl
+ * fb429fcdab7fc74f015ade1ddb6a8826880a239b290d59fc8b00a08bed58fc71 regen/mk_invlists.pl
* ex: set ro: */