projects
/
p5sagit/Devel-Size.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5bb04a6
)
fix gettimeofday_nv proto
Tim Bunce [Thu, 11 Oct 2012 15:34:09 +0000 (16:34 +0100)]
SizeMe.xs
patch
|
blob
|
blame
|
history
diff --git
a/SizeMe.xs
b/SizeMe.xs
index
a079400
..
d68e8af
100644
(file)
--- a/
SizeMe.xs
+++ b/
SizeMe.xs
@@
-243,7
+243,7
@@
static const char *svtypenames[SVt_LAST] = {
};
static NV
-gettimeofday_nv(pTHX_)
+gettimeofday_nv(pTHX)
{
#ifdef HAS_GETTIMEOFDAY
struct timeval when;