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 @@
|
|||
* Steve McClure, 1997
|
||||
*/
|
||||
|
||||
#ifndef _LOST_H_
|
||||
#define _LOST_H_
|
||||
#ifndef LOST_H
|
||||
#define LOST_H
|
||||
|
||||
struct loststr {
|
||||
/* initial part must match struct genitem */
|
||||
|
@ -54,4 +54,4 @@ struct loststr {
|
|||
extern void makelost(char, natid, short, coord, coord);
|
||||
extern void makenotlost(char, natid, short, coord, coord);
|
||||
|
||||
#endif /* _LOST_H_ */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue