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
|
@ -34,8 +34,8 @@
|
|||
* Steve McClure, 1996
|
||||
*/
|
||||
|
||||
#ifndef _TRADE_H_
|
||||
#define _TRADE_H_
|
||||
#ifndef TRADE_H
|
||||
#define TRADE_H
|
||||
|
||||
#include "genitem.h"
|
||||
#include "nuke.h"
|
||||
|
@ -86,4 +86,4 @@ extern long get_couval(int);
|
|||
#define gettradep(n) \
|
||||
(struct trdstr *) ef_ptr(EF_TRADE, n)
|
||||
|
||||
#endif /* _TRADE_H_ */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue