This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change the API doc for some of the SvXXX testing macros.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 8 Jan 2007 11:09:10 +0000 (11:09 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 8 Jan 2007 11:09:10 +0000 (11:09 +0000)
commitfbf9f98379663b1157bb1fda639aa04bc8781c89
tree2c2f517082231c9775759ae45fbc28fa603e424e
parentb7bf404b7a72f55bf93065ae7b25a5ba0a9ff7f6
Change the API doc for some of the SvXXX testing macros.
Often, those macros simply test a bit in sv_flags, so
the return value should be assigned to a U32 instead of
a bool to avoid truncation. (bug perl #32884)

p4raw-id: //depot/perl@29718
pod/perlapi.pod
sv.h