pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-03
2013-11-03 10:33:28 by Tobias S. Josefowitz <tobij@tobij.de>
37647ed43a069f44957c3c0baaf39e9f2a2a2000 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Winbuild: less ssize_t, more ptrdiff_t
2052:
if( a->refs > 1 ) { /* We only need to do anything if the value exists in the array. */
-
ssize
_t off = fast_array_search( a, b, 0 );
+
ptrdiff
_t off = fast_array_search( a, b, 0 );
TYPE_FIELD tmp; if( off == -1 )