_INT_MAX should read INT_MAX (this is correct in the 0.9.7-dev and

main branches)
This commit is contained in:
Bodo Möller 2002-03-01 14:05:30 +00:00
parent f85b14c4ba
commit 354d263e44

View file

@ -29,7 +29,7 @@
# undef SSIZE_MAX # undef SSIZE_MAX
# define SSIZE_MAX INT_MAX # define SSIZE_MAX INT_MAX
#elif !defined(SSIZE_MAX) #elif !defined(SSIZE_MAX)
# define SSIZE_MAX _INT_MAX # define SSIZE_MAX INT_MAX
#endif #endif
static int bio_new(BIO *bio); static int bio_new(BIO *bio);