This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
FOOMARK debugging macros: fix %d cast; only -Dsv
authorDavid Mitchell <davem@iabyn.com>
Sat, 28 Nov 2015 17:09:13 +0000 (17:09 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 28 Nov 2015 17:09:13 +0000 (17:09 +0000)
commitac07059afc757c4489adb6742202b936db323432
tree0f7f5729ac86d994dbac809968c80d4324331085
parent534c402b078fa982333009833073f52917b61b71
FOOMARK debugging macros: fix %d cast; only -Dsv

The debugging variants of POPMARK() etc: use %IVdf rather than %d
to avoid compiler warnings when sizeof(IV) != sizeof(int);
also, make these macros trigger only under -Dsv rather than just -Ds
(-v is the verbose variant).
pp.h