pike.git/
src/
modules/
_Stdio/
efuns.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-06-17
2013-06-17 21:40:00 by Martin Nilsson <nilsson@opera.com>
031171668288e50e636ac9145a4b7a93185e4431 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Removed auto bignum checks.
499:
if(TYPEOF(sp[-args]) != T_STRING) SIMPLE_BAD_ARG_ERROR("file_truncate", 1, "string");
-
#if defined (INT64)
&& defined (AUTO_BIGNUM)
+
#if defined (INT64)
#if defined (HAVE_FTRUNCATE64) || SIZEOF_OFF_T > SIZEOF_INT_TYPE if(is_bignum_object_in_svalue(&Pike_sp[1-args])) { if (!int64_from_bignum(&len, Pike_sp[1-args].u.object))