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/cpdf/php_cpdf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/cpdf/php_cpdf.h') diff --git a/ext/cpdf/php_cpdf.h b/ext/cpdf/php_cpdf.h index cf7cd7dc7a..9c44e513ad 100644 --- a/ext/cpdf/php_cpdf.h +++ b/ext/cpdf/php_cpdf.h @@ -28,8 +28,8 @@ */ /* $Id$ */ -#ifndef _PHP_CPDF_H -#define _PHP_CPDF_H +#ifndef PHP_CPDF_H +#define PHP_CPDF_H #if HAVE_CPDFLIB -- cgit v1.2.1