diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-04-07 15:21:48 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-04-07 15:21:48 +0200 |
commit | 309edb070d7644550f96bce2d89b0ac145b3940e (patch) | |
tree | c158313029ab8147568638a8b98ea101a561f326 /main/php.h | |
parent | 06fc66ed7c86b09120bfc2696ab0a6a9954829a9 (diff) | |
parent | fd1ad1e25a6d0676a560d237ff5f44faa6e1dc87 (diff) | |
download | php-git-309edb070d7644550f96bce2d89b0ac145b3940e.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Remove HAVE_LIMITS_H
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php.h b/main/php.h index 2d5ed07eb1..270fdf57ce 100644 --- a/main/php.h +++ b/main/php.h @@ -243,9 +243,7 @@ char *strerror(int); # endif #endif -#if HAVE_LIMITS_H #include <limits.h> -#endif #ifndef LONG_MAX #define LONG_MAX 2147483647L |