summaryrefslogtreecommitdiff
path: root/ext/standard/microtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/microtime.h')
-rw-r--r--ext/standard/microtime.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/microtime.h b/ext/standard/microtime.h
index c815bfca82..0ddf204850 100644
--- a/ext/standard/microtime.h
+++ b/ext/standard/microtime.h
@@ -29,11 +29,11 @@
/* $Id$ */
-#ifndef _MICROTIME_H
-#define _MICROTIME_H
+#ifndef MICROTIME_H
+#define MICROTIME_H
PHP_FUNCTION(microtime);
PHP_FUNCTION(gettimeofday);
PHP_FUNCTION(getrusage);
-#endif /* _MICROTIME_H */
+#endif /* MICROTIME_H */