summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-07-02 23:46:51 +0000
committerSascha Schumann <sas@php.net>2000-07-02 23:46:51 +0000
commit16017f6d78f130c9cbeef1cb1a34ed20338dec6f (patch)
tree845c49da8bfdb068ed1c18bdc648828d84acf637 /ext/standard/datetime.h
parent8adf849dce983c6d5393cc270ad676356ac9427f (diff)
downloadphp-git-16017f6d78f130c9cbeef1cb1a34ed20338dec6f.tar.gz
Change header protection macros to conform to standard.
Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
Diffstat (limited to 'ext/standard/datetime.h')
-rw-r--r--ext/standard/datetime.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h
index 6171197c61..871c25d25b 100644
--- a/ext/standard/datetime.h
+++ b/ext/standard/datetime.h
@@ -31,8 +31,8 @@
/* $Id$ */
-#ifndef _DATETIME_H
-#define _DATETIME_H
+#ifndef DATETIME_H
+#define DATETIME_H
PHP_FUNCTION(time);
PHP_FUNCTION(mktime);
@@ -54,4 +54,4 @@ void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gm);
void _php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
#endif
-#endif /* _DATETIME_H */
+#endif /* DATETIME_H */