diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-13 07:12:04 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-13 07:12:04 +0100 |
commit | 8ab8f082f7fb7802421b5fc8ff6576774161e703 (patch) | |
tree | 817b1110a0f96802a6b409dd5a0387776e393eee /proto.h | |
parent | f10f4c183a00badad8742a2a435477ad8cd8c6ee (diff) | |
download | perl-8ab8f082f7fb7802421b5fc8ff6576774161e703.tar.gz |
Use deprecate() in place of deprecate_old(), and remove S_deprecate_old().
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -521,13 +521,6 @@ PERL_CALLCONV void Perl_deprecate(pTHX_ const char *const s) #define PERL_ARGS_ASSERT_DEPRECATE \ assert(s) -#if defined(PERL_IN_TOKE_C) || defined(PERL_DECL_PROT) -STATIC void S_deprecate_old(pTHX_ const char *const s) - __attribute__nonnull__(pTHX_1); -#define PERL_ARGS_ASSERT_DEPRECATE_OLD \ - assert(s) - -#endif PERL_CALLCONV OP* Perl_die(pTHX_ const char* pat, ...) __attribute__format__null_ok__(__printf__,pTHX_1,pTHX_2); |