Replace Perl_deprecate() with a macro that calls Perl_ck_warner()
authorNicholas Clark <nick@ccl4.org>
Tue, 13 Oct 2009 10:05:49 +0000 (11:05 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 13 Oct 2009 10:08:06 +0000 (11:08 +0100)
commit2acdbac104deb9113282247f3dbee83c4705a525
treebd905a0581a100f9ed3571004a781c65cb10bfef
parent8290c3237cb4f93c9895ceba724c626dd529346f
Replace Perl_deprecate() with a macro that calls Perl_ck_warner()

Perl_deprecate was not part of the public API, and did not have a deprecate()
shortcut macro defined without -DPERL_CORE. Neither codesearch.google.com nor
CPAN::Unpack show any users outside the core.
embed.fnc
embed.h
handy.h
proto.h
toke.c