From: Tim Bunce Date: Thu, 11 Oct 2012 15:34:09 +0000 (+0100) Subject: fix gettimeofday_nv proto X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5238ae4875be4999201072c49cfc4d35cddd955;p=p5sagit%2FDevel-Size.git fix gettimeofday_nv proto --- diff --git a/SizeMe.xs b/SizeMe.xs index a079400..d68e8af 100644 --- 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;