summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-07-02 23:16:54 +0000
committerSascha Schumann <sas@php.net>2000-07-02 23:16:54 +0000
commit8adf849dce983c6d5393cc270ad676356ac9427f (patch)
treeccdc4e3c0d8d69d5b2c635c83b1e9a405b770a13 /TSRM
parent75879e3f18a0896a9648d7b684683e9fb8624a59 (diff)
downloadphp-git-8adf849dce983c6d5393cc270ad676356ac9427f.tar.gz
Identifiers that begin with underscore are reserved for the implementation.
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/TSRM.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h
index 86e51a793f..12a3c52b1a 100644
--- a/TSRM/TSRM.h
+++ b/TSRM/TSRM.h
@@ -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 */