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:
Sascha Schumann 2000-07-03 00:41:19 +00:00
parent b982307dd1
commit cd754d7825
29 changed files with 79 additions and 79 deletions

View file

@ -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 */