summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-13 11:05:49 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-13 11:08:06 +0100
commit2acdbac104deb9113282247f3dbee83c4705a525 (patch)
treebd905a0581a100f9ed3571004a781c65cb10bfef /embed.fnc
parent8290c3237cb4f93c9895ceba724c626dd529346f (diff)
downloadperl-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.fnc2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 06927a822f..ef0692de61 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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