From cd754d7825924708ac00aef2e9c9f17d8e2f037c Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 3 Jul 2000 00:41:19 +0000 Subject: Rename macros which begin with underscore to appropiate macros. The general rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` --- ext/aspell/php_aspell.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/aspell/php_aspell.h') 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 */ -- cgit v1.2.1