]> granicus.if.org Git - php/commitdiff
Identifiers which begin with an underscore are reserved. Changed
authorSascha Schumann <sas@php.net>
Mon, 3 Jul 2000 06:45:07 +0000 (06:45 +0000)
committerSascha Schumann <sas@php.net>
Mon, 3 Jul 2000 06:45:07 +0000 (06:45 +0000)
_PHP_SOCKETS_H to PHP_SOCKETS_H.

ext/sockets/php_sockets.h

index adea0f7498763ee19d261aecc69fca1e6feed0ea..41fd1f2b737719d631be21d8b579de53e2e6c699 100644 (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 */
 
 
 /*