diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2001-05-30 17:25:08 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-30 12:46:02 +0000 |
commit | b7063bb1b92ff84997e600c7569e39546bc04230 (patch) | |
tree | e64cf97caf856464e3acf695b011a38a95a88d69 | |
parent | a1886d871e17678951b368183eafbb026549b03a (diff) | |
download | perl-b7063bb1b92ff84997e600c7569e39546bc04230.tar.gz |
Re: AIX and gcc (moving targets)
Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@10317
-rw-r--r-- | ext/Time/HiRes/HiRes.xs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Time/HiRes/HiRes.xs b/ext/Time/HiRes/HiRes.xs index 21003756a4..0153829e65 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 |