diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-08-10 09:50:55 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-08-10 09:52:22 +0200 |
commit | da0a0a13be320a88173594c3e96394134c5c24c6 (patch) | |
tree | 80468b65a614c2aa8eaa41fc965297e17813d2de /sapi/cli/php_cli.c | |
parent | cedf463d1b677e60c5fce516bb52cc6cc79996ae (diff) | |
download | php-git-da0a0a13be320a88173594c3e96394134c5c24c6.tar.gz |
Fixed bug #79946
Declare __STDC_CONSTANT_MACROS and __STDC_FORMAT_MACROS via -D
to make sure they are declared before the first stdint.h include.
We also define these in php_stdint.h, but don't always include that
file first.
This is necessary for old compilers that use C99 rather than C11
semantics for stdint.h.
Diffstat (limited to 'sapi/cli/php_cli.c')
0 files changed, 0 insertions, 0 deletions