summaryrefslogtreecommitdiff
path: root/ext/standard/php_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_output.h')
-rw-r--r--ext/standard/php_output.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_output.h b/ext/standard/php_output.h
index 1b747e7641..556647a821 100644
--- a/ext/standard/php_output.h
+++ b/ext/standard/php_output.h
@@ -17,8 +17,8 @@
*/
-#ifndef _OUTPUT_BUFFER
-#define _OUTPUT_BUFFER
+#ifndef PHP_OUTPUT_H
+#define PHP_OUTPUT_H
#include "php.h"
@@ -69,4 +69,4 @@ ZEND_API extern php_output_globals output_globals;
#endif
-#endif /* _OUTPUT_BUFFER */
+#endif /* PHP_OUTPUT_H */