diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-11-02 15:59:30 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-11-02 15:59:30 +0000 |
commit | 957b0e1df4e0ae2e09b90343a5735128715ba230 (patch) | |
tree | dd6f40e5a4e2ba2f4d8eaacfef382d0c9ad718b1 /mathoms.c | |
parent | 9da9462bb3e8caa6ed89b73deed69ec85fa59066 (diff) | |
download | perl-957b0e1df4e0ae2e09b90343a5735128715ba230.tar.gz |
Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
p4raw-id: //depot/perl@25958
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -851,6 +851,26 @@ PP(pp_ggrgid) return pp_ggrent(); } +PP(pp_ftsize) +{ + return Perl_pp_ftis(); +} + +PP(pp_ftmtime) +{ + return Perl_pp_ftis(); +} + +PP(pp_ftatime) +{ + return Perl_pp_ftis(); +} + +PP(pp_ftctime) +{ + return Perl_pp_ftis(); +} + U8 * Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv) { |