diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2019-11-07 01:10:52 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2019-11-07 17:56:26 +0100 |
commit | 662afc80f82dd42b1023d0ee424136e8b46cfb69 (patch) | |
tree | ed9226624e6c322b8822c8360e5c49ddff473e19 /main/php.h | |
parent | e710862f8ce205cadaccb1734beced48c8425940 (diff) | |
download | php-git-662afc80f82dd42b1023d0ee424136e8b46cfb69.tar.gz |
Remove PHP_SLEEP_NON_VOID as it is not useful anymore
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index b014379fda..48c78291d7 100644 --- a/main/php.h +++ b/main/php.h @@ -294,7 +294,6 @@ END_EXTERN_C() /* global variables */ #if !defined(PHP_WIN32) -#define PHP_SLEEP_NON_VOID #define php_sleep sleep extern char **environ; #endif /* !defined(PHP_WIN32) */ |