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/sybase/php_sybase_db.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/sybase/php_sybase_db.h') diff --git a/ext/sybase/php_sybase_db.h b/ext/sybase/php_sybase_db.h index 848ab69509..d47033efa4 100644 --- a/ext/sybase/php_sybase_db.h +++ b/ext/sybase/php_sybase_db.h @@ -30,8 +30,8 @@ /* $Id$ */ -#ifndef _PHP_SYBASE_H -#define _PHP_SYBASE_H +#ifndef PHP_SYBASE_DB_H +#define PHP_SYBASE_DB_H #if HAVE_SYBASE @@ -135,4 +135,4 @@ extern sybase_module php_sybase_module; #define phpext_sybase_ptr sybase_module_ptr -#endif /* _PHP_SYBASE_H */ +#endif /* PHP_SYBASE_DB_H */ -- cgit v1.2.1