summaryrefslogtreecommitdiff
path: root/main/php_regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_regex.h')
-rw-r--r--main/php_regex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_regex.h b/main/php_regex.h
index f4dc865163..c418c1f576 100644
--- a/main/php_regex.h
+++ b/main/php_regex.h
@@ -1,5 +1,5 @@
-#ifndef _PHP_REGEX_H
-#define _PHP_REGEX_H
+#ifndef PHP_REGEX_H
+#define PHP_REGEX_H
/*
* REGEX means:
@@ -39,4 +39,4 @@
#endif
#endif
-#endif /* _PHP_REGEX_H */
+#endif /* PHP_REGEX_H */