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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue