re_intuit_start(): substr SV cannot be undef
authorDavid Mitchell <davem@iabyn.com>
Fri, 24 Jan 2014 13:48:21 +0000 (13:48 +0000)
committerDavid Mitchell <davem@iabyn.com>
Fri, 7 Feb 2014 22:39:37 +0000 (22:39 +0000)
commit9ed4de728a2928516237f71036b7c7d1e1aca3f4
treefb75ef5bb2272fc23cdc85dbf8803d6686cc87f8
parent77656d5b86e99eeb0982f03692a736d0ff042d7a
re_intuit_start(): substr SV cannot be undef

Commit 7e0d5ad7c removed the code that sometimes set the substr
to &PL_sv_undef, so there's no need to test for that value any more.
regexec.c