pike.git/
src/
stralloc.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
128:
{ INT32 s_min = MAX_INT32; INT32 s_max = MIN_INT32;
-
ssize
_t i;
+
ptrdiff
_t i;
if( loose || ((str->flags & STRING_CONTENT_CHECKED ) && (!str->size_shift || !max)) ) {