diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-13 11:05:49 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-13 11:08:06 +0100 |
commit | 2acdbac104deb9113282247f3dbee83c4705a525 (patch) | |
tree | bd905a0581a100f9ed3571004a781c65cb10bfef /embed.fnc | |
parent | 8290c3237cb4f93c9895ceba724c626dd529346f (diff) | |
download | perl-2acdbac104deb9113282247f3dbee83c4705a525.tar.gz |
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.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -213,8 +213,6 @@ Anp |char* |delimcpy |NN char* to|NN const char* toend|NN const char* from \ |NN const char* fromend|int delim|NN I32* retlen : Used in op.c, perl.c pM |void |delete_eval_scope -: Used in various files -p |void |deprecate |NN const char *const s Afp |OP* |die |NULLOK const char* pat|... #if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT) s |OP* |vdie |NULLOK const char* pat|NULLOK va_list* args |