projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1886d8
)
Re: AIX and gcc (moving targets)
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Wed, 30 May 2001 15:25:08 +0000
(17:25 +0200)
committer
Jarkko 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
patch
|
blob
|
history
diff --git
a/ext/Time/HiRes/HiRes.xs
b/ext/Time/HiRes/HiRes.xs
index
2100375
..
0153829
100644
(file)
--- 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