diff options
author | Brian Fraser <fraserbn@gmail.com> | 2011-09-30 13:48:58 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:01:20 -0700 |
commit | 84c7b88ccae183c236ad7ca5cdb8dd097de25420 (patch) | |
tree | 577a4bbf1ee6e20f10c3fd0065f5b3de8b54741d /mg.h | |
parent | 89a5757c96fe4f4c0a6bfec37e8037a7d311ee5a (diff) | |
download | perl-84c7b88ccae183c236ad7ca5cdb8dd097de25420.tar.gz |
whichsig nul-cleanup.
This adds _pv, _pvn, and _pv versions of whichsig() in mg.c, which
get both kill "NAME" and %SIG lookup nul-clean.
Diffstat (limited to 'mg.h')
-rw-r--r-- | mg.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ struct magic { #define SvTIED_obj(sv,mg) \ ((mg)->mg_obj ? (mg)->mg_obj : sv_2mortal(newRV(sv))) +#define whichsig(pv) whichsig_pv(pv) + /* * Local variables: * c-indentation-style: bsd |