summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-06-26 09:06:21 -0600
committerKarl Williamson <khw@cpan.org>2019-06-26 09:08:52 -0600
commit0bf4efd7a7452f08b16f083f741efdc2784a764f (patch)
treefd0a54d87575b1757a22baf4cec74bb866a60fb2 /regcomp.h
parent3146c00a633e9cbed741e10146662fbcedfdb8d3 (diff)
downloadperl-0bf4efd7a7452f08b16f083f741efdc2784a764f.tar.gz
regcomp.h: Use actual commit number
This referred to the commit message, but now that the number has been determined, use that.
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index ac61408239..aaf65c3331 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -1139,7 +1139,8 @@ typedef enum {
* 01 The upper limit of the range can be as much as (EF - x) / 2
* 00 The upper limit of the range can be as much as EF
*
- * For motivation of this design, see the commit message */
+ * For motivation of this design, see commit message in
+ * 3146c00a633e9cbed741e10146662fbcedfdb8d3 */
#ifdef EBCDIC
# define MAX_ANYOF_HRx_BYTE 0xF4
#else