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_db3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/dba/php_db3.h') diff --git a/ext/dba/php_db3.h b/ext/dba/php_db3.h index 126afe98a6..58bb0b62a0 100644 --- a/ext/dba/php_db3.h +++ b/ext/dba/php_db3.h @@ -1,5 +1,5 @@ -#ifndef _PHP_DB3_H -#define _PHP_DB3_H +#ifndef PHP_DB3_H +#define PHP_DB3_H #if DBA_DB3 -- cgit v1.2.1