1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

Identifiers which begin with an underscore are reserved. Changed

_PHP_SOCKETS_H to PHP_SOCKETS_H.
This commit is contained in:
Sascha Schumann
2000-07-03 06:45:07 +00:00
parent 78ec5a54a0
commit e24f505bf9
+3 -3
View File
@@ -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 */
/*