In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/0bf4efd7a7452f08b16f083f741efdc2784a764f?hp=3146c00a633e9cbed741e10146662fbcedfdb8d3>

- Log -----------------------------------------------------------------
commit 0bf4efd7a7452f08b16f083f741efdc2784a764f
Author: Karl Williamson <[email protected]>
Date:   Wed Jun 26 09:06:21 2019 -0600

    regcomp.h: Use actual commit number
    
    This referred to the commit message, but now that the number has been
    determined, use that.

-----------------------------------------------------------------------

Summary of changes:
 regcomp.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

-- 
Perl5 Master Repository

Reply via email to