Skip to content

Commit

Permalink
Remove unused SIZEOF_SHORT (php#13034)
Browse files Browse the repository at this point in the history
  • Loading branch information
petk authored Dec 29, 2023
1 parent d657d55 commit 84022db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/php.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
1 change: 0 additions & 1 deletion win32/build/config.w32.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84022db

Please sign in to comment.