1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove unused SIZEOF_SHORT (#13034)

This commit is contained in:
Peter Kokot
2023-12-29 15:58:47 -08:00
committed by GitHub
parent d657d5592e
commit 84022db846
2 changed files with 0 additions and 2 deletions

View File

@@ -2419,7 +2419,6 @@ dnl
dnl PHP_CHECK_STDINT_TYPES
dnl
AC_DEFUN([PHP_CHECK_STDINT_TYPES], [
AC_CHECK_SIZEOF([short])
AC_CHECK_SIZEOF([int])
AC_CHECK_SIZEOF([long])
AC_CHECK_SIZEOF([long long])

View File

@@ -88,7 +88,6 @@
#define HAVE_GETPID 1
#define HAVE_LIBM 1
#undef HAVE_RINT
#define SIZEOF_SHORT 2
/* int and long are still 32bit in 64bit compiles */
#define SIZEOF_INT 4
#define SIZEOF_LONG 4