Correct error in 25958 for threaded builds.
authorNicholas Clark <nick@ccl4.org>
Wed, 2 Nov 2005 16:35:42 +0000 (16:35 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 2 Nov 2005 16:35:42 +0000 (16:35 +0000)
p4raw-id: //depot/perl@25959

mathoms.c

index 18886db..2ad9de5 100644 (file)
--- a/mathoms.c
+++ b/mathoms.c
@@ -853,22 +853,22 @@ PP(pp_ggrgid)
 
 PP(pp_ftsize)
 {
-    return Perl_pp_ftis();
+    return pp_ftis();
 }
 
 PP(pp_ftmtime)
 {
-    return Perl_pp_ftis();
+    return pp_ftis();
 }
 
 PP(pp_ftatime)
 {
-    return Perl_pp_ftis();
+    return pp_ftis();
 }
 
 PP(pp_ftctime)
 {
-    return Perl_pp_ftis();
+    return pp_ftis();
 }
 
 U8 *