From: Jarkko Hietaniemi Date: Thu, 12 Apr 2001 13:54:00 +0000 (+0000) Subject: This is at least 5.005. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=df7a67ef303166b05e30b45c4d3f1610c1878dd2;p=p5sagit%2Fp5-mst-13.2.git This is at least 5.005. p4raw-id: //depot/perl@9692 --- diff --git a/ext/Time/HiRes/HiRes.xs b/ext/Time/HiRes/HiRes.xs index 7232b1c..043b3e3 100644 --- a/ext/Time/HiRes/HiRes.xs +++ b/ext/Time/HiRes/HiRes.xs @@ -182,12 +182,10 @@ MODULE = Time::HiRes PACKAGE = Time::HiRes PROTOTYPES: ENABLE BOOT: -#ifdef ATLEASTFIVEOHOHFIVE #ifdef HAS_GETTIMEOFDAY hv_store(PL_modglobal, "Time::NVtime", 12, newSViv((IV) myNVtime), 0); hv_store(PL_modglobal, "Time::U2time", 12, newSViv((IV) myU2time), 0); #endif -#endif #ifdef HAS_USLEEP