diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-18 04:01:20 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-18 04:01:20 +0000 |
commit | 3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1 (patch) | |
tree | 20bbcd96e0f6c1483c87a00273bcdc1ec94a097a /ext/standard/php_filestat.h | |
parent | 8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2 (diff) | |
download | php-git-3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1.tar.gz |
More php3_ annihilation
Diffstat (limited to 'ext/standard/php_filestat.h')
-rw-r--r-- | ext/standard/php_filestat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index 33ab79a59d..30b9a90d20 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -61,9 +61,9 @@ PHP_FUNCTION(chmod); PHP_FUNCTION(touch); PHP_FUNCTION(clearstatcache); -extern zend_module_entry php3_filestat_module_entry; -#define php3_filestat_module_ptr &php3_filestat_module_entry +extern zend_module_entry php_filestat_module_entry; +#define php_filestat_module_ptr &php_filestat_module_entry -#define phpext_filestat_ptr php3_filestat_module_ptr +#define phpext_filestat_ptr php_filestat_module_ptr #endif /* _FILESTAT_H */ |