diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-26 15:52:54 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-26 15:57:42 -0800 |
commit | 8b47453d44c563ee3090c84630e0eea428f30e97 (patch) | |
tree | 79dc9940bd2c8df2f0e092a8822ef48435c20b6b /proto.h | |
parent | 37fa633444b8c1fc34df1a1bc8c199a5d208ad86 (diff) | |
download | perl-8b47453d44c563ee3090c84630e0eea428f30e97.tar.gz |
[perl #78908] Reinstate mod for one more stable release
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |