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 _MAP_H_
|
||||
#define _MAP_H_
|
||||
#ifndef MAP_H
|
||||
#define MAP_H
|
||||
|
||||
#include "misc.h"
|
||||
#include "xy.h"
|
||||
|
@ -53,4 +53,4 @@ extern void border(struct range *, s_char *, s_char *);
|
|||
#define MAP_HIGH bit(3)
|
||||
#define MAP_ALL MAP_SHIP | MAP_LAND | MAP_PLANE
|
||||
|
||||
#endif /* _MAP_H_ */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue