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
|
@ -33,8 +33,8 @@
|
|||
* Steve McClure, 1998-2000
|
||||
*/
|
||||
|
||||
#ifndef _NAT_H_
|
||||
#define _NAT_H_
|
||||
#ifndef NAT_H
|
||||
#define NAT_H
|
||||
|
||||
#include "sect.h"
|
||||
|
||||
|
@ -183,4 +183,4 @@ extern int influx(struct natstr *np);
|
|||
#define NF_TECHLISTS bit(5) /* Sort lists by tech not type */
|
||||
#define NF_SACKED bit(6) /* Capital was sacked, and hasn't been reset yet */
|
||||
|
||||
#endif /* _NAT_H_ */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue