From 7c456ca778053db4f0671f3591435ec99ccb27f4 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Fri, 14 Oct 2016 23:13:41 +0200 Subject: [PATCH] ck_pr/aarch64: That should be CK_PR_AARCH64_H, not CK_PR_ARM_H --- include/gcc/aarch64/ck_pr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/gcc/aarch64/ck_pr.h b/include/gcc/aarch64/ck_pr.h index f5ca285..c186d56 100644 --- a/include/gcc/aarch64/ck_pr.h +++ b/include/gcc/aarch64/ck_pr.h @@ -25,8 +25,8 @@ * SUCH DAMAGE. */ -#ifndef CK_PR_ARM_H -#define CK_PR_ARM_H +#ifndef CK_PR_AARCH64_H +#define CK_PR_AARCH64_H #ifndef CK_PR_H #error Do not include this file directly, use ck_pr.h @@ -488,5 +488,5 @@ CK_PR_FAA(char, char, "b") #undef CK_PR_FAA -#endif /* CK_PR_ARM_H */ +#endif /* CK_PR_AARCH64_H */