diff options
| author | Sascha Schumann <sas@php.net> | 2000-07-03 00:41:19 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-07-03 00:41:19 +0000 |
| commit | cd754d7825924708ac00aef2e9c9f17d8e2f037c (patch) | |
| tree | be589cee73217fb762eb7e534c3d672448856a4b /ext/aspell/php_aspell.h | |
| parent | b982307dd102d5f041127467fb9c23363c96add5 (diff) | |
| download | php-git-cd754d7825924708ac00aef2e9c9f17d8e2f037c.tar.gz | |
Rename macros which begin with underscore to appropiate macros. The general
rule is:
macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
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 */ |
