diff options
Diffstat (limited to 'ext/aspell/php_aspell.h')
-rw-r--r-- | ext/aspell/php_aspell.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/aspell/php_aspell.h b/ext/aspell/php_aspell.h index cdc0ce4177..ce2aa39dc2 100644 --- a/ext/aspell/php_aspell.h +++ b/ext/aspell/php_aspell.h @@ -30,8 +30,8 @@ /* $Id$ */ -#ifndef _ASPELL_H -#define _ASPELL_H +#ifndef PHP_ASPELL_H +#define PHP_ASPELL_H #if HAVE_ASPELL extern zend_module_entry aspell_module_entry; #define aspell_module_ptr &aspell_module_entry @@ -50,4 +50,4 @@ PHP_FUNCTION(aspell_suggest); #define phpext_aspell_ptr aspell_module_ptr -#endif /* _ASPELL_H */ +#endif /* PHP_ASPELL_H */ |