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
|
@ -1,5 +1,5 @@
|
|||
#ifndef _INCLUDED_IMAP_H
|
||||
#define _INCLUDED_IMAP_H
|
||||
#ifndef PHP_IMAP_H
|
||||
#define PHP_IMAP_H
|
||||
|
||||
|
||||
#ifndef PHP_WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue