Skip to content

Commit 84022db

Browse files
authored
Remove unused SIZEOF_SHORT (#13034)
1 parent d657d55 commit 84022db

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build/php.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,6 @@ dnl
24192419
dnl PHP_CHECK_STDINT_TYPES
24202420
dnl
24212421
AC_DEFUN([PHP_CHECK_STDINT_TYPES], [
2422-
AC_CHECK_SIZEOF([short])
24232422
AC_CHECK_SIZEOF([int])
24242423
AC_CHECK_SIZEOF([long])
24252424
AC_CHECK_SIZEOF([long long])

win32/build/config.w32.h.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
#define HAVE_GETPID 1
8989
#define HAVE_LIBM 1
9090
#undef HAVE_RINT
91-
#define SIZEOF_SHORT 2
9291
/* int and long are still 32bit in 64bit compiles */
9392
#define SIZEOF_INT 4
9493
#define SIZEOF_LONG 4

0 commit comments

Comments
 (0)