diff options
author | Steve Hay <SteveHay@planit.com> | 2008-01-09 17:59:11 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-01-09 17:59:11 +0000 |
commit | 0a0b43fa5b4c00dcd9c6c26dea968d2368fc6eae (patch) | |
tree | 441d57b79569492cdc06eccc39322a1c8f3abc9b /pod | |
parent | d6106309316e968d31ba656a7033bd0d45f70b22 (diff) | |
download | perl-0a0b43fa5b4c00dcd9c6c26dea968d2368fc6eae.tar.gz |
Fix prototype in regexp code following #32851, and regen
p4raw-id: //depot/perl@32925
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlapi.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index d13902674e..514e158966 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -1562,7 +1562,7 @@ X<HeUTF8> Returns whether the C<char *> value returned by C<HePV> is encoded in UTF-8, doing any necessary dereferencing of possibly C<SV*> keys. The value returned -will be 0 or non-0, not necesarily 1 (or even a value with any low bits set), +will be 0 or non-0, not necessarily 1 (or even a value with any low bits set), so B<do not> blindly assign this to a C<bool> variable, as C<bool> may be a typedef for C<char>. |