Wez Furlong wrote:
> - if (eol && (eol + 1 - readptr) <= maxlen - 1) {
> + if (eol && ((ptrdiff_t)eol + 1 - (ptrdiff_t)readptr) <=
Now I get the following
c:\home\php\php4\main\streams.c(323): warning C4018:
'<': Conflict between signed and unsigned
c:\home\php\php4\main\streams.c(393): warning C4018: '>':
'>': Conflict between signed and unsigned
c:\home\php\php4\main\streams.c(515): error C2065:
'ptrdiff_t': Undeclared identifier
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php