From 2ff74dd51b072731834c3357b50f24cf7cdab388 Mon Sep 17 00:00:00 2001 From: David Joseph Date: Sat, 26 Feb 2011 14:04:56 -0500 Subject: [PATCH] Slight modification to ck_pr.h. Added #undefs for CK_PR_N_Z and CK_PR_N_Z_S. --- include/ck_pr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ck_pr.h b/include/ck_pr.h index 93ad7cb..bd5acff 100644 --- a/include/ck_pr.h +++ b/include/ck_pr.h @@ -833,7 +833,9 @@ CK_PR_N_Z_S(8, uint8_t) #endif /* CK_F_PR_LOAD_8 && CK_F_PR_CAS_8_VALUE */ +#undef CK_PR_N_Z_S #undef CK_PR_N_S +#undef CK_PR_N_Z #undef CK_PR_N #define CK_PR_FAA(S, M, T, C) \