From: H.Merijn Brand Date: Wed, 30 May 2001 15:25:08 +0000 (+0200) Subject: Re: AIX and gcc (moving targets) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7063bb1b92ff84997e600c7569e39546bc04230;p=p5sagit%2Fp5-mst-13.2.git Re: AIX and gcc (moving targets) Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10317 --- diff --git a/ext/Time/HiRes/HiRes.xs b/ext/Time/HiRes/HiRes.xs index 2100375..0153829 100644 --- a/ext/Time/HiRes/HiRes.xs +++ b/ext/Time/HiRes/HiRes.xs @@ -223,8 +223,8 @@ PROTOTYPES: ENABLE BOOT: #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); + hv_store(PL_modglobal, "Time::NVtime", 12, newSViv((IV) myNVtime ()), 0); + hv_store(PL_modglobal, "Time::U2time", 12, newSViv((IV) myU2time ()), 0); #endif IV