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

@ -32,8 +32,8 @@
* Markus Armbruster, 2004
*/
#ifndef _NSC_H_
#define _NSC_H_
#ifndef NSC_H
#define NSC_H
#include <stddef.h>
#include "xy.h"
@ -242,4 +242,4 @@ extern int nstr_exec(struct nscstr *, int, void *);
extern void nstr_exec_val(struct valstr *, natid, void *, nsc_type);
extern char *symbol_by_value(int, struct symbol *);
#endif /* _NSC_H_ */
#endif