diff options
Diffstat (limited to 'ext/enchant/php_enchant.h')
-rw-r--r-- | ext/enchant/php_enchant.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/ext/enchant/php_enchant.h b/ext/enchant/php_enchant.h index a12ea8ddfa..9ba21094a8 100644 --- a/ext/enchant/php_enchant.h +++ b/ext/enchant/php_enchant.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2018 The PHP Group | + | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -61,19 +61,4 @@ PHP_FUNCTION(enchant_dict_get_error); PHP_FUNCTION(enchant_dict_describe); PHP_FUNCTION(enchant_dict_quick_check); -#ifdef ZTS -#define ENCHANT_G(v) TSRMG(enchant_globals_id, zend_enchant_globals *, v) -#else -#define ENCHANT_G(v) (enchant_globals.v) -#endif - #endif /* PHP_ENCHANT_H */ - - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - */ |