This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace is_utf8_string_loc() with a macro that passes the extra 0
authorNicholas Clark <nick@ccl4.org>
Sun, 30 Oct 2005 17:49:27 +0000 (17:49 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 30 Oct 2005 17:49:27 +0000 (17:49 +0000)
commit814fafa7eb0f558ee6baaa3044451757580d60bf
tree1b4dd41fa6f3088871efda4841fd681eeb36933e
parente3e4599ff44c1df42108810b2a899156903b540a
Replace is_utf8_string_loc() with a macro that passes the extra 0
argument to is_utf8_string_loc(). Correct the description of its
parameters in its POD.

p4raw-id: //depot/perl@25903
embed.fnc
embed.h
mathoms.c
proto.h
utf8.c
utf8.h