diff options
author | Sascha Schumann <sas@php.net> | 2000-07-03 06:45:07 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-07-03 06:45:07 +0000 |
commit | e24f505bf9f7165bdba7752bbcb27ec8d70855ee (patch) | |
tree | a780adf7a878e5f97f4161302a427da69d89f81b | |
parent | 78ec5a54a0e9e2b0d04e108e835f9444c86ee865 (diff) | |
download | php-git-e24f505bf9f7165bdba7752bbcb27ec8d70855ee.tar.gz |
Identifiers which begin with an underscore are reserved. Changed
_PHP_SOCKETS_H to PHP_SOCKETS_H.
-rw-r--r-- | ext/sockets/php_sockets.h | 6 |
1 files 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 */ /* |