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/standard/microtime.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/standard/microtime.h') diff --git a/ext/standard/microtime.h b/ext/standard/microtime.h index c815bfca82..0ddf204850 100644 --- a/ext/standard/microtime.h +++ b/ext/standard/microtime.h @@ -29,11 +29,11 @@ /* $Id$ */ -#ifndef _MICROTIME_H -#define _MICROTIME_H +#ifndef MICROTIME_H +#define MICROTIME_H PHP_FUNCTION(microtime); PHP_FUNCTION(gettimeofday); PHP_FUNCTION(getrusage); -#endif /* _MICROTIME_H */ +#endif /* MICROTIME_H */ -- cgit v1.2.1