Re: AIX and gcc (moving targets)
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 30 May 2001 15:25:08 +0000 (17:25 +0200)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 30 May 2001 12:46:02 +0000 (12:46 +0000)
Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@10317

ext/Time/HiRes/HiRes.xs

index 2100375..0153829 100644 (file)
@@ -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