summaryrefslogtreecommitdiff
path: root/ext/gettext/php_gettext.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2000-12-10 15:53:37 +0000
committerfoobar <sniper@php.net>2000-12-10 15:53:37 +0000
commit56e718d87ef4bb77b255b320ba9a94e5182c207f (patch)
tree5818ad2ce255659c97d4faa18580cd72bcdf2286 /ext/gettext/php_gettext.h
parent920695542546d67a338e330fa7c572310d41a78a (diff)
downloadphp-git-56e718d87ef4bb77b255b320ba9a94e5182c207f.tar.gz
Moved the constants into ext/standard
Diffstat (limited to 'ext/gettext/php_gettext.h')
-rw-r--r--ext/gettext/php_gettext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gettext/php_gettext.h b/ext/gettext/php_gettext.h
index 2c649390f8..73822af568 100644
--- a/ext/gettext/php_gettext.h
+++ b/ext/gettext/php_gettext.h
@@ -30,7 +30,6 @@ extern zend_module_entry php_gettext_module_entry;
#define gettext_module_ptr &php_gettext_module_entry
PHP_MINFO_FUNCTION(gettext);
-PHP_MINIT_FUNCTION(gettext);
PHP_FUNCTION(textdomain);
PHP_FUNCTION(gettext);