summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-01-02 17:51:49 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-01-02 17:51:49 +0000
commit99a612408c613894b687fee98e07412208ff435f (patch)
tree74f4ea3df5ef882babc36cfba4eeff2c63dec3be /test
parentf67e152d0db1ee9ffd8f2eef4e1d16c5dc49dabd (diff)
downloadlibapr-99a612408c613894b687fee98e07412208ff435f.tar.gz
LL isn't portable c... we created APR_INT64_C for this purpose.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64258 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/testtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testtime.c b/test/testtime.c
index 787d1cca9..4c73b51bb 100644
--- a/test/testtime.c
+++ b/test/testtime.c
@@ -68,7 +68,7 @@
* 2002-08-14 12:05:36.186711 -25200 [257 Sat].
* Which happens to be when I wrote the new tests.
*/
-static apr_time_t now = 1032030336186711LL;
+static apr_time_t now = APR_INT64_C(1032030336186711);
static char* print_time (apr_pool_t *pool, const apr_time_exp_t *xt)
{