pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2016-05-09
2016-05-09 16:28:36 by Martin Nilsson <nilsson@fastmail.com>
0a3c553806fd3a01462d9f67fc9a11c1fe3b6009 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
LONGEST is just INT64, so use that instead.
1331:
time_t i; char *s;
-
#if SIZEOF_TIME_T < SIZEOF_
LONGEST
+
#if SIZEOF_TIME_T < SIZEOF_
INT64
if (timestamp > MAX_TIME_T || timestamp < MIN_TIME_T) SIMPLE_ARG_ERROR ("ctime", 1, "Timestamp outside valid range."); #endif