From e24f505bf9f7165bdba7752bbcb27ec8d70855ee Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 3 Jul 2000 06:45:07 +0000 Subject: [PATCH] Identifiers which begin with an underscore are reserved. Changed _PHP_SOCKETS_H to PHP_SOCKETS_H. --- ext/sockets/php_sockets.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index adea0f7498..41fd1f2b73 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -17,8 +17,8 @@ +----------------------------------------------------------------------+ */ -#ifndef _PHP_SOCKETS_H -#define _PHP_SOCKETS_H +#ifndef PHP_SOCKETS_H +#define PHP_SOCKETS_H /* $Id$ */ @@ -99,7 +99,7 @@ typedef struct { #endif -#endif /* _PHP_SOCKETS_H */ +#endif /* PHP_SOCKETS_H */ /* -- 2.50.1