From 0d2ba870c96d1b4b3d5fabfabe303bc6b1c989fd Mon Sep 17 00:00:00 2001 From: Ivy Foster Date: Sat, 3 Sep 2016 22:14:49 -0500 Subject: Do not #define _RESERVED_IDENTIFIERS Signed-off-by: Ivy Foster Signed-off-by: Allan McRae --- src/pacman/conf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pacman/conf.h') diff --git a/src/pacman/conf.h b/src/pacman/conf.h index 2aba8bf9..2ddeadb3 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -17,8 +17,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef _PM_CONF_H -#define _PM_CONF_H +#ifndef PM_CONF_H +#define PM_CONF_H #include @@ -234,6 +234,6 @@ void config_repo_free(config_repo_t *repo); int config_set_arch(const char *arch); int parseconfig(const char *file); -#endif /* _PM_CONF_H */ +#endif /* PM_CONF_H */ /* vim: set noet: */ -- cgit v1.2.3-24-g4f1b