| 184 |
#error Cannot determine a type for 32-bit unsigned integers |
#error Cannot determine a type for 32-bit unsigned integers |
| 185 |
#endif |
#endif |
| 186 |
|
|
| 187 |
/* When checking for integer overflow in pcre_compile(), we need to handle |
/* When checking for integer overflow in pcre_compile(), we need to handle |
| 188 |
large integers. If a 64-bit integer type is available, we can use that. |
large integers. If a 64-bit integer type is available, we can use that. |
| 189 |
Otherwise we have to cast to double, which of course requires floating point |
Otherwise we have to cast to double, which of course requires floating point |
| 190 |
arithmetic. Handle this by defining a macro for the appropriate type. If |
arithmetic. Handle this by defining a macro for the appropriate type. If |
| 191 |
stdint.h is available, include it; it may define INT64_MAX. The macro int64_t |
stdint.h is available, include it; it may define INT64_MAX. The macro int64_t |
| 192 |
may be set by "configure". */ |
may be set by "configure". */ |
| 193 |
|
|
| 194 |
#if HAVE_STDINT_H |
#if HAVE_STDINT_H |