Skip to content

Commit 7b3314d

Browse files
committed
utf8.c: Fill in commit number in comment
These comments left the commit number vacant until we actually had one
1 parent a1805b9 commit 7b3314d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utf8.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@ Perl_utf8_to_uv_msgs_helper_(const U8 * const s0,
19121912
* the range, as using the highest possible continuation bytes
19131913
* in all cases yields the upper limit of each type of
19141914
* problematic condition that has an upper limit. See the
1915-
* commit message that added this code for a detailed analysis.
1915+
* b1a21fc8531cf47ab0 commit message for a detailed analysis.
19161916
*
19171917
* The smallest legal continuation byte is generally
19181918
* UTF8_MIN_CONTINUATION_BYTE. But for a few start bytes it is
@@ -1930,7 +1930,7 @@ Perl_utf8_to_uv_msgs_helper_(const U8 * const s0,
19301930
case 0xf8:
19311931
case 0xfc:
19321932
case 0xfe:
1933-
/* case 0xff: See commit XXX message */
1933+
/* case 0xff: See message for b1a21fc8531cf47ab0 */
19341934
uv = UTF8_ACCUMULATE(uv,
19351935
0x100 + 0x10
19361936
+ UTF_MIN_CONTINUATION_BYTE

0 commit comments

Comments
 (0)