Normalize inclusion guards: use NAME_H for name.h. Some headers

lacked them, others used reserved identifiers.
This commit is contained in:
Markus Armbruster 2005-12-29 10:16:01 +00:00
parent b316861e9d
commit fa52e6944d
55 changed files with 171 additions and 150 deletions

View file

@ -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