Make prototypes and declarations for Perl_pad_add_name_{pv,pvn,sv} agree.
authorNicholas Clark <nick@ccl4.org>
Thu, 14 Jul 2011 16:02:55 +0000 (18:02 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 14 Jul 2011 16:02:55 +0000 (18:02 +0200)
commit0e1b3a4b35c4f6798b244c5b82edcf759e9e6806
tree2beb5a0417915271052687c97a3e82b2a90f10dc
parent548e9a3a0c4e2b14151b17a2c96eedd7683fcc77
Make prototypes and declarations for Perl_pad_add_name_{pv,pvn,sv} agree.

cc76b5cc1552a605 added all 3 functions to the API, but declared prototypes
with const U32 flags, whilst the definitions had that parameter non-const.
Some compilers issue warnings about this inconsistency.
embed.fnc
pad.c
proto.h