Skip to content

Commit d6daa8a

Browse files
committed
utf8.c-comment
1 parent 2664aa6 commit d6daa8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utf8.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ U8 *
125125
Perl_uvoffuni_to_utf8_flags(pTHX_ U8 *d, UV uv, const UV flags)
126126
{
127127
PERL_ARGS_ASSERT_UVOFFUNI_TO_UTF8_FLAGS;
128+
// XXX macroize
128129

129130
return uvoffuni_to_utf8_flags_msgs(d, uv, flags, NULL);
130131
}

0 commit comments

Comments
 (0)