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

@ -38,8 +38,8 @@
* would be a pain, and it doesn't hurt to leave them in --ts
*/
#ifndef _NEWS_H_
#define _NEWS_H_
#ifndef NEWS_H
#define NEWS_H
struct nwsstr {
short ef_type;
@ -168,4 +168,4 @@ struct rptstr {
extern struct rptstr rpt[N_MAX_VERB + 2];
extern char *page_headings[N_MAX_PAGE + 1];
#endif /* _NEWS_H_ */
#endif