mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Rename macros which begin with underscore to appropiate macros. The general
rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
This commit is contained in:
parent
b982307dd1
commit
cd754d7825
29 changed files with 79 additions and 79 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue