diff options
author | Andi Gutmans <andi@php.net> | 2000-09-03 19:44:35 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-09-03 19:44:35 +0000 |
commit | 799a00f19a61922f88a4738a91bd34bf3e583d54 (patch) | |
tree | 814cafb64358eb81b68730724cbbd57ec371c2cb /main/php_virtual_cwd.h | |
parent | 4a17400b0aeb0e2ef3a1cf2e1873ad1ec68c2e8e (diff) | |
download | php-git-799a00f19a61922f88a4738a91bd34bf3e583d54.tar.gz |
- Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing
is broken by this.
Diffstat (limited to 'main/php_virtual_cwd.h')
-rw-r--r-- | main/php_virtual_cwd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php_virtual_cwd.h b/main/php_virtual_cwd.h index 6c15ecc427..6155648a0a 100644 --- a/main/php_virtual_cwd.h +++ b/main/php_virtual_cwd.h @@ -1,3 +1,5 @@ +#if 0 + /* +----------------------------------------------------------------------+ | PHP version 4.0 | @@ -139,3 +141,5 @@ typedef struct _virtual_cwd_globals { #endif #endif /* VIRTUAL_CWD_H */ + +#endif |