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:
@@ -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 */
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user