This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add DEBUGGING_RE_ONLY define
authorDavid Mitchell <davem@iabyn.com>
Fri, 23 Jun 2017 11:25:30 +0000 (12:25 +0100)
committerDavid Mitchell <davem@iabyn.com>
Fri, 23 Jun 2017 13:16:48 +0000 (14:16 +0100)
commit0599cd66b4e9bae6409714e39aa0eebc67712ca7
tree4a703968974d81270da5e262cd362a8ae5f30aa3
parent54ad4e11aa2a4191637d6f4ef1b878490e4fb6db
add DEBUGGING_RE_ONLY define

re.xs and re_top.h both turn DEBUGGING on. make them set
DEBUGGING_RE_ONLY too so that its easy to tell this is a fake DEBUGGING.
ext/re/re.pm
ext/re/re.xs
ext/re/re_top.h