From 9c072391cfa6460de3652e4cbb2231fb471fe027 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Mon, 29 Aug 2016 21:30:35 +0200 Subject: [PATCH] ck_pr/arm : We never defined CK_PR_CAS_S, so there's no need to undef it. --- include/gcc/arm/ck_pr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/gcc/arm/ck_pr.h b/include/gcc/arm/ck_pr.h index e3ec1ba..4577ec6 100644 --- a/include/gcc/arm/ck_pr.h +++ b/include/gcc/arm/ck_pr.h @@ -381,7 +381,6 @@ CK_PR_CAS(short, short, "h") CK_PR_CAS(char, char, "b") -#undef CK_PR_CAS_S #undef CK_PR_CAS #define CK_PR_FAS(N, M, T, W) \