This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
957b0e1
)
Correct error in 25958 for threaded builds.
author
Nicholas Clark
<nick@ccl4.org>
Wed, 2 Nov 2005 16:35:42 +0000
(16:35 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Wed, 2 Nov 2005 16:35:42 +0000
(16:35 +0000)
p4raw-id: //depot/perl@25959
mathoms.c
patch
|
blob
|
blame
|
history
diff --git
a/mathoms.c
b/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 *