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:
e27be21
)
Declaring static in header is odd (and warnable offense).
author
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 20 Jul 2015 09:31:42 +0000
(12:31 +0300)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 22 Jul 2015 12:33:25 +0000
(08:33 -0400)
time64.h
patch
|
blob
|
blame
|
history
diff --git
a/time64.h
b/time64.h
index
94f3491
..
6f60bce
100644
(file)
--- a/
time64.h
+++ b/
time64.h
@@
-51,7
+51,6
@@
struct TM64 {
/* Declare functions */
struct TM *Perl_gmtime64_r (const Time64_T *, struct TM *);
struct TM *Perl_localtime64_r (const Time64_T *, struct TM *);
-static Time64_T S_timegm64 (struct TM *);
/* Not everyone has gm/localtime_r(), provide a replacement */