diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-09-01 22:23:55 +0300 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-09-04 12:55:54 +0000 |
commit | 5311654c160c66b924ce3fd64ced30ed3ff8a96b (patch) | |
tree | bf899a4c790a7ec28acd0573399f004bbf456476 /intrpvar.h | |
parent | 30d6fba6aa7467c9f9b076801c9a8093e7735500 (diff) | |
download | perl-5311654c160c66b924ce3fd64ced30ed3ff8a96b.tar.gz |
use sysconf(_SC_CLK_TCK) for times()
Message-ID: <20020901162355.GH12536@lyta.hut.fi>
p4raw-id: //depot/perl@17833
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index a957e5bc29..c64b838a3c 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -524,6 +524,8 @@ PERLVAR(Isort_RealCmp, SVCOMPARE_t) PERLVARI(Icheckav_save, AV*, Nullav) /* save CHECK{}s when compiling */ +PERLVARI(Iclocktick, long, 0) /* this many times() ticks in a second */ + /* New variables must be added to the very end for binary compatibility. * XSUB.h provides wrapper functions via perlapi.h that make this * irrelevant, but not all code may be expected to #include XSUB.h. */ |