diff options
author | Zeev Suraski <zeev@php.net> | 2003-08-03 17:42:01 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-08-03 17:42:01 +0000 |
commit | 4e796a70802e42ed03b12a18375b0f446a251e59 (patch) | |
tree | 49e43ec0aeafbe9b2513d2f318ef99fe9038ca18 | |
parent | f8bbafd604528c7162b7b1706a09e12545fb2dcb (diff) | |
download | php-git-4e796a70802e42ed03b12a18375b0f446a251e59.tar.gz |
Remove unnecessary macro
-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 aa837ea8ba..3d5dbd5588 100644 --- a/main/php.h +++ b/main/php.h @@ -322,7 +322,6 @@ PHPAPI int cfg_get_string(char *varname, char **result); #define PHP_NAMED_FE ZEND_NAMED_FE #define PHP_FE ZEND_FE #define PHP_FALIAS ZEND_FALIAS -#define PHP_STATIC_FE ZEND_STATIC_FE #define PHP_ME ZEND_ME #define PHP_MODULE_STARTUP_N ZEND_MODULE_STARTUP_N |