diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-08-18 20:21:33 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-08-18 20:21:33 +0200 |
commit | 886e1cd71bd329370198ce6ff6e6f4cf6ee30e17 (patch) | |
tree | 5090c902a4aa72266aa6d33df9fab5761b76797f /pod | |
parent | 47237f0a22a9ffe468d9f796053f64852e2e89b1 (diff) | |
download | perl-886e1cd71bd329370198ce6ff6e6f4cf6ee30e17.tar.gz |
Karl convinced me this isn't revelant
They've always been sort of private, even tho the symbols are exported.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5134delta.pod | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pod/perl5134delta.pod b/pod/perl5134delta.pod index 9bf52e22c4..0931ba264d 100644 --- a/pod/perl5134delta.pod +++ b/pod/perl5134delta.pod @@ -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 |