diff options
author | Ivy Foster <ivy.foster@gmail.com> | 2016-09-03 22:14:49 -0500 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-05-08 23:27:43 -0400 |
commit | c889403cf71f0d94d6bcc0cf1fac4790668f4635 (patch) | |
tree | 0cf0032d26748126b94d7ae14d4405a1a9203aa1 /lib/libalpm/sha2.h | |
parent | 537f8c881cbecab587c1edb741640e0ff6b78504 (diff) | |
download | pacman-c889403cf71f0d94d6bcc0cf1fac4790668f4635.tar.xz |
Do not #define _RESERVED_IDENTIFIERS
Signed-off-by: Ivy Foster <ivy.foster@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
(cherry picked from commit 0d2ba870c96d1b4b3d5fabfabe303bc6b1c989fd)
Diffstat (limited to 'lib/libalpm/sha2.h')
-rw-r--r-- | lib/libalpm/sha2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalpm/sha2.h b/lib/libalpm/sha2.h index 887b9c60..99267de9 100644 --- a/lib/libalpm/sha2.h +++ b/lib/libalpm/sha2.h @@ -21,8 +21,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _SHA2_H -#define _SHA2_H +#ifndef SHA2_H +#define SHA2_H #include <string.h> |