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. --- main/php.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index f1d743faab..f2d740e239 100644 --- a/main/php.h +++ b/main/php.h @@ -19,8 +19,8 @@ /* $Id$ */ -#ifndef _PHP_H -#define _PHP_H +#ifndef PHP_H +#define PHP_H #ifdef HAVE_DMALLOC #include -- cgit v1.2.1