From 16017f6d78f130c9cbeef1cb1a34ed20338dec6f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 2 Jul 2000 23:46:51 +0000 Subject: Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. --- ext/dba/php_cdb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/dba/php_cdb.h') diff --git a/ext/dba/php_cdb.h b/ext/dba/php_cdb.h index 5574038991..a046f0796b 100644 --- a/ext/dba/php_cdb.h +++ b/ext/dba/php_cdb.h @@ -1,5 +1,5 @@ -#ifndef _PHP_CDB_H -#define _PHP_CDB_H +#ifndef PHP_CDB_H +#define PHP_CDB_H #if DBA_CDB -- cgit v1.2.1