summaryrefslogtreecommitdiff
path: root/ext/standard/php_dir.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2000-03-06 20:37:11 +0000
committerStig Bakken <ssb@php.net>2000-03-06 20:37:11 +0000
commit99e0b36321236c1bcf9d60c1e3ed07050b55a20f (patch)
tree624ad6ac28695d278db7a783626e44177a7d3924 /ext/standard/php_dir.h
parent031808cd1b0f584b9c37af5fc7edecf63977da10 (diff)
downloadphp-git-99e0b36321236c1bcf9d60c1e3ed07050b55a20f.tar.gz
@Cleaned up extension namespace (Stig)
Cleaned up extension namespace, and changed ext/standard into one single extension.
Diffstat (limited to 'ext/standard/php_dir.h')
-rw-r--r--ext/standard/php_dir.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/php_dir.h b/ext/standard/php_dir.h
index c66be2d3be..ad044c4cf0 100644
--- a/ext/standard/php_dir.h
+++ b/ext/standard/php_dir.h
@@ -21,8 +21,6 @@
#ifndef _PHP_DIR_H
#define _PHP_DIR_H
-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 +32,4 @@ PHP_FUNCTION(rewinddir);
PHP_FUNCTION(readdir);
PHP_FUNCTION(getdir);
-#define phpext_dir_ptr php_dir_module_ptr
-
#endif /* _PHP_DIR_H */