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, 1996
|
||||
*/
|
||||
|
||||
#ifndef _COMMODITY_H_
|
||||
#define _COMMODITY_H_
|
||||
#ifndef COMMODITY_H
|
||||
#define COMMODITY_H
|
||||
|
||||
struct comstr {
|
||||
short ef_type;
|
||||
|
@ -56,4 +56,4 @@ struct comstr {
|
|||
#define putcomm(n, p) \
|
||||
ef_write(EF_COMM, n, p)
|
||||
|
||||
#endif /* _COMMODITY_H_ */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue