diff parser-cfg.h @ 25551:d88f5f82826e

Replace multiple inclusion guards with leading underscores by default names. Leading underscores are reserved for system identifiers.
author diego
date Tue, 01 Jan 2008 20:21:20 +0000
parents 5385740067a1
children 4129c8cfa742
line wrap: on
line diff
--- a/parser-cfg.h	Tue Jan 01 20:11:44 2008 +0000
+++ b/parser-cfg.h	Tue Jan 01 20:21:20 2008 +0000
@@ -1,6 +1,6 @@
-#ifndef _parser_cfg_h
-#define _parser_cfg_h
+#ifndef PARSER_CFG_H
+#define PARSER_CFG_H
 
 extern int m_config_parse_config_file(m_config_t* config, char *conffile);
 
-#endif
+#endif /* PARSER_CFG_H */