This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Karl convinced me this isn't revelant
authorFlorian Ragwitz <rafl@debian.org>
Wed, 18 Aug 2010 18:21:33 +0000 (20:21 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Wed, 18 Aug 2010 18:21:33 +0000 (20:21 +0200)
They've always been sort of private, even tho the symbols are exported.

pod/perl5134delta.pod

index 9bf52e2..0931ba2 100644 (file)
@@ -564,15 +564,6 @@ C99-style static inline. If it doesn't, it'll give a plain C<static>.
 C<HAS_STATIC_INLINE> can be used to check if the compiler actually supports
 inline functions.
 
-=item C<Perl_grok_bslash_o> and C<Perl_grok_bslash_c> may change in future
-
-The functions C<Perl_grok_bslash_o> and C<Perl_grok_bslash_c>, which are public
-and exported for use by dynamic extensions, are now marked as being able to
-change their interface in the future.
-
-In fact, C<Perl_grok_bslash_o> already changed its interface in this release,
-and returns a C<bool> instead of a C<char> now.
-
 =back
 
 =head1 Selected Bug Fixes