We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d657d55 commit 84022dbCopy full SHA for 84022db
build/php.m4
@@ -2419,7 +2419,6 @@ dnl
2419
dnl PHP_CHECK_STDINT_TYPES
2420
dnl
2421
AC_DEFUN([PHP_CHECK_STDINT_TYPES], [
2422
- AC_CHECK_SIZEOF([short])
2423
AC_CHECK_SIZEOF([int])
2424
AC_CHECK_SIZEOF([long])
2425
AC_CHECK_SIZEOF([long long])
win32/build/config.w32.h.in
@@ -88,7 +88,6 @@
88
#define HAVE_GETPID 1
89
#define HAVE_LIBM 1
90
#undef HAVE_RINT
91
-#define SIZEOF_SHORT 2
92
/* int and long are still 32bit in 64bit compiles */
93
#define SIZEOF_INT 4
94
#define SIZEOF_LONG 4
0 commit comments