summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-11-26 15:52:54 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-11-26 15:57:42 -0800
commit8b47453d44c563ee3090c84630e0eea428f30e97 (patch)
tree79dc9940bd2c8df2f0e092a8822ef48435c20b6b /proto.h
parent37fa633444b8c1fc34df1a1bc8c199a5d208ad86 (diff)
downloadperl-8b47453d44c563ee3090c84630e0eea428f30e97.tar.gz
[perl #78908] Reinstate mod for one more stable release
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 6b3fe7739e..096e84f9cf 100644
--- a/proto.h
+++ b/proto.h
@@ -2247,6 +2247,7 @@ 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)