pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:27 by Tobias S. Josefowitz <tobij@tobij.de>
2222da0c7631a098da12468bac930227cb88155f (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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)) ) {