Normalize inclusion guards: use NAME_H for name.h. Some headers
lacked them, others used reserved identifiers.
This commit is contained in:
parent
b316861e9d
commit
fa52e6944d
55 changed files with 171 additions and 150 deletions
|
@ -31,8 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef _PRODUCT_H_
|
||||
#define _PRODUCT_H_
|
||||
#ifndef PRODUCT_H
|
||||
#define PRODUCT_H
|
||||
|
||||
#include "item.h"
|
||||
|
||||
|
@ -78,4 +78,4 @@ struct pchrstr {
|
|||
|
||||
extern struct pchrstr pchr[P_MDUST + 2];
|
||||
|
||||
#endif /* _PRODUCT_H_ */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue