summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-02 14:41:58 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-02 14:41:58 -0700
commit10654d5139c0a27b996d0f536591978b3a6d532f (patch)
tree512f0618f974a190838b87c875ae6eefa1c5c50b /proto.h
parent4b932c1481f2c641089c02ab05341310622b6f69 (diff)
downloadperl-10654d5139c0a27b996d0f536591978b3a6d532f.tar.gz
Remove Perl_mod
After mod was renamed to op_lvalue, this stub was added temporarily to provide a smoother transition for the compilers. The compiler maintainer is happy with its extirpation at this stage. See ticket #78908.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 6ddc11c7b9..2c63536ebc 100644
--- a/proto.h
+++ b/proto.h
@@ -2282,7 +2282,6 @@ PERL_CALLCONV void Perl_mini_mktime(pTHX_ struct tm *ptm)
#define PERL_ARGS_ASSERT_MINI_MKTIME \
assert(ptm)
-PERL_CALLCONV OP* Perl_mod(pTHX_ OP* o, I32 type);
PERL_CALLCONV int Perl_mode_from_discipline(pTHX_ const char* s, STRLEN len);
PERL_CALLCONV void * Perl_more_bodies(pTHX_ const svtype sv_type, const size_t body_size, const size_t arena_size);
PERL_CALLCONV const char* Perl_moreswitches(pTHX_ const char* s)