]> granicus.if.org Git - php/commitdiff
Identifiers that begin with underscore are reserved for the implementation.
authorSascha Schumann <sas@php.net>
Sun, 2 Jul 2000 23:16:54 +0000 (23:16 +0000)
committerSascha Schumann <sas@php.net>
Sun, 2 Jul 2000 23:16:54 +0000 (23:16 +0000)
TSRM/TSRM.h

index 86e51a793ff5673de25dd55d7a6722958f677833..12a3c52b1aa625e8afe07e05490443884135f388 100644 (file)
@@ -14,8 +14,8 @@
 */
 
 
-#ifndef _TSRM_H
-#define _TSRM_H
+#ifndef TSRM_H
+#define TSRM_H
 
 #ifdef HAVE_CONFIG_H
 # undef PACKAGE
@@ -108,4 +108,4 @@ TSRM_API void *tsrm_set_new_thread_end_handler(void (*new_thread_end_handler)(TH
 }
 #endif
 
-#endif /* _TSRM_H */
+#endif /* TSRM_H */