summaryrefslogtreecommitdiff
path: root/ext/standard/php_dir.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-18 04:01:20 +0000
committerZeev Suraski <zeev@php.net>1999-12-18 04:01:20 +0000
commit3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1 (patch)
tree20bbcd96e0f6c1483c87a00273bcdc1ec94a097a /ext/standard/php_dir.h
parent8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2 (diff)
downloadphp-git-3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1.tar.gz
More php3_ annihilation
Diffstat (limited to 'ext/standard/php_dir.h')
-rw-r--r--ext/standard/php_dir.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_dir.h b/ext/standard/php_dir.h
index 3b3c74fe8c..aaff5b861b 100644
--- a/ext/standard/php_dir.h
+++ b/ext/standard/php_dir.h
@@ -21,8 +21,8 @@
#ifndef _PHP_DIR_H
#define _PHP_DIR_H
-extern zend_module_entry php3_dir_module_entry;
-#define php3_dir_module_ptr &php3_dir_module_entry
+extern zend_module_entry php_dir_module_entry;
+#define php_dir_module_ptr &php_dir_module_entry
/* directory functions */
extern PHP_MINIT_FUNCTION(dir);
@@ -34,6 +34,6 @@ PHP_FUNCTION(rewinddir);
PHP_FUNCTION(readdir);
PHP_FUNCTION(getdir);
-#define phpext_dir_ptr php3_dir_module_ptr
+#define phpext_dir_ptr php_dir_module_ptr
#endif /* _PHP_DIR_H */