In regcomp.c, where possible replace vWARN* with ckWARN*, using Perl_ck_warner.
authorNicholas Clark <nick@ccl4.org>
Mon, 12 Oct 2009 16:59:49 +0000 (17:59 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 12 Oct 2009 17:04:54 +0000 (18:04 +0100)
commit668c081ae0e731a4b193eba0f0fab95e72ebc98c
tree923878b36fc7f325f355413db1318aa3ebdef4ef
parentc989e6a3e4b89b26d315693449c76cdcb754611f
In regcomp.c, where possible replace vWARN* with ckWARN*, using Perl_ck_warner.

This folds many pairs of ckWARN*() && Perl_warner() calls into singles call to
Perl_ck_warner(). vWARN(), vWARNdep() and vWARN2() are no longer used, so are
removed.
regcomp.c