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/check.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pacman/check.h') diff --git a/src/pacman/check.h b/src/pacman/check.h index 362a3525..5052376e 100644 --- a/src/pacman/check.h +++ b/src/pacman/check.h @@ -17,14 +17,14 @@ * along with this program. If not, see . */ -#ifndef _PM_CHECK_H -#define _PM_CHECK_H +#ifndef PM_CHECK_H +#define PM_CHECK_H #include int check_pkg_fast(alpm_pkg_t *pkg); int check_pkg_full(alpm_pkg_t *pkg); -#endif /* _PM_CHECK_H */ +#endif /* PM_CHECK_H */ /* vim: set noet: */ -- cgit v1.2.3-24-g4f1b