Slight modification to ck_pr.h.

Added #undefs for CK_PR_N_Z and CK_PR_N_Z_S.
ck_pring
David Joseph 14 years ago
parent 3c5b10722e
commit 2ff74dd51b

@ -833,7 +833,9 @@ CK_PR_N_Z_S(8, uint8_t)
#endif /* CK_F_PR_LOAD_8 && CK_F_PR_CAS_8_VALUE */ #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_S
#undef CK_PR_N_Z
#undef CK_PR_N #undef CK_PR_N
#define CK_PR_FAA(S, M, T, C) \ #define CK_PR_FAA(S, M, T, C) \

Loading…
Cancel
Save