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

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