diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-03-06 22:50:46 +0100 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-03-06 22:50:46 +0100 |
commit | 2968a1d7f218c56ef8d7bdb8bcb7907f767546e2 (patch) | |
tree | 12b9cdf488c54899b204e218a9bcd9ad475cb4ae /main/php.h | |
parent | 17fb7241e458032146851d538221a32e30a67909 (diff) | |
parent | bebcdcc74573b015c22238dbc9b2698c88b7a601 (diff) | |
download | php-git-2968a1d7f218c56ef8d7bdb8bcb7907f767546e2.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Remove legacy AC_CHECK_TYPE calls for uint and ulong
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 d0e3d566d5..2d5ed07eb1 100644 --- a/main/php.h +++ b/main/php.h @@ -95,8 +95,6 @@ typedef int uid_t; typedef int gid_t; typedef char * caddr_t; -typedef unsigned int uint; -typedef unsigned long ulong; typedef int pid_t; # ifndef PHP_DEBUG |