summaryrefslogtreecommitdiff
path: root/ext/interbase/php_interbase.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/interbase/php_interbase.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/interbase/php_interbase.h')
-rw-r--r--ext/interbase/php_interbase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h
index a534907e1d..33a5e29384 100644
--- a/ext/interbase/php_interbase.h
+++ b/ext/interbase/php_interbase.h
@@ -19,8 +19,8 @@
/* $Id$ */
-#ifndef _PHP_IBASE_H
-#define _PHP_IBASE_H
+#ifndef PHP_INTERBASE_H
+#define PHP_INTERBASE_H
#if HAVE_IBASE
#include <ibase.h>
@@ -171,7 +171,7 @@ extern PHP_IBASE_API php_ibase_globals ibase_globals;
#endif /* HAVE_IBASE */
-#endif /* _PHP_IBASE_H */
+#endif /* PHP_INTERBASE_H */
/*
* Local variables: