Merge branch 'PHP-7.4'

* PHP-7.4:
  Remove HAVE_LIMITS_H
This commit is contained in:
Peter Kokot 2019-04-07 15:21:48 +02:00
commit 309edb070d
8 changed files with 2 additions and 21 deletions

View file

@ -243,9 +243,7 @@ char *strerror(int);
# endif
#endif
#if HAVE_LIMITS_H
#include <limits.h>
#endif
#ifndef LONG_MAX
#define LONG_MAX 2147483647L