summaryrefslogtreecommitdiff
path: root/ext/sybase/php_sybase_db.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-07-03 00:41:19 +0000
committerSascha Schumann <sas@php.net>2000-07-03 00:41:19 +0000
commitcd754d7825924708ac00aef2e9c9f17d8e2f037c (patch)
treebe589cee73217fb762eb7e534c3d672448856a4b /ext/sybase/php_sybase_db.h
parentb982307dd102d5f041127467fb9c23363c96add5 (diff)
downloadphp-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/sybase/php_sybase_db.h')
-rw-r--r--ext/sybase/php_sybase_db.h6
1 files changed, 3 insertions, 3 deletions
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 */