This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Add a get_() method to hide internal details
authorKarl Williamson <public@khwilliamson.com>
Wed, 25 Jul 2012 02:53:41 +0000 (20:53 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 25 Jul 2012 03:13:50 +0000 (21:13 -0600)
commit3fdfee00f5725ab9aa90050f7da00296d201cbed
treeba0b33ed8be4e70b7eee990af46546a9fb6b1fb3
parentfa0174d248a8a6341401478131732bc04abb3951
utf8.c: Add a get_() method to hide internal details

This should have been written this way to begin with (I'm the culprit).
But we should have a method so another routine doesn't have to know the
internal details.
embed.fnc
embed.h
proto.h
regcomp.c
utf8.c