diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-23 22:45:01 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-23 22:45:01 +0000 |
commit | 05d24c60223439b94d4100538331fb6749022ca3 (patch) | |
tree | 44e1918946a69e459d828272be421e4833c98a68 /main/php_globals.h | |
parent | 09946676d2fada87c1624e266e1ab7ba768984fe (diff) | |
download | php-git-05d24c60223439b94d4100538331fb6749022ca3.tar.gz |
Remove redundant code
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 969d7cab66..9a1003db83 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -65,6 +65,7 @@ struct _php_core_globals { long y2k_compliance; unsigned char header_is_being_sent; + unsigned char initialized; }; |