diff options
| author | Anatol Belski <ab@php.net> | 2015-05-25 13:47:31 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2015-05-25 18:03:28 +0200 |
| commit | c444c4172f219b7461e2d38e1bbd87f9eeb2a0cd (patch) | |
| tree | f2cd1de69efe091997abe30d239dff3a1cbbb5c7 /main/main.c | |
| parent | cfadcfc73486828b53ec45217fd00659a1a2e918 (diff) | |
| download | php-git-c444c4172f219b7461e2d38e1bbd87f9eeb2a0cd.tar.gz | |
further cleanups with S_IF* macros generalized declarations
Diffstat (limited to 'main/main.c')
| -rw-r--r-- | main/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/main.c b/main/main.c index ebaaa2a8e4..2d58b9c99c 100644 --- a/main/main.c +++ b/main/main.c @@ -114,10 +114,6 @@ #endif /* }}} */ -#ifndef S_ISREG -#define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) -#endif - PHPAPI int (*php_register_internal_extensions_func)(void) = php_register_internal_extensions; #ifndef ZTS |
