Skip to content

Commit

Permalink
bytes_from_utf8_loc() is no longer experimental
Browse files Browse the repository at this point in the history
commit 06cd431 removed this mark from
plain bytes_from_utf8().  This should follow suit.
  • Loading branch information
khwilliamson committed Jun 24, 2024
1 parent 1deed8f commit 8a12813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed.fnc
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ Adp |int |bytes_cmp_utf8 |NN const U8 *b \
AMdp |U8 * |bytes_from_utf8|NN const U8 *s \
|NN STRLEN *lenp \
|NN bool *is_utf8p
CTdpx |U8 * |bytes_from_utf8_loc \
CTdp |U8 * |bytes_from_utf8_loc \
|NN const U8 *s \
|NN STRLEN *lenp \
|NN bool *is_utf8p \
Expand Down

0 comments on commit 8a12813

Please sign in to comment.