summaryrefslogtreecommitdiff
path: root/ext/standard/pack.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/pack.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/pack.h')
-rw-r--r--ext/standard/pack.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/pack.h b/ext/standard/pack.h
index 98900415bc..3550c0270b 100644
--- a/ext/standard/pack.h
+++ b/ext/standard/pack.h
@@ -32,13 +32,8 @@
#ifndef _PACK_H
#define _PACK_H
-extern zend_module_entry pack_module_entry;
-#define pack_module_ptr &pack_module_entry
-
extern PHP_MINIT_FUNCTION(pack);
PHP_FUNCTION(pack);
PHP_FUNCTION(unpack);
-#define phpext_pack_ptr pack_module_ptr
-
#endif /* _PACK_H */