From 0bbb6f0eff0fa9c88f759305769fdc1aa0ee5867 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Thu, 2 Jan 2014 08:41:23 -0500 Subject: [PATCH] ck_pr: Fix typo in preprocessor usage. --- include/ck_pr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck_pr.h b/include/ck_pr.h index 2832e17..ceb448c 100644 --- a/include/ck_pr.h +++ b/include/ck_pr.h @@ -131,7 +131,7 @@ CK_PR_FENCE_NOOP(store) CK_PR_FENCE_NOOP(memory) CK_PR_FENCE_NOOP(acquire) CK_PR_FENCE_NOOP(release) -#elif +#else #error "No memory model has been defined." #endif /* CK_MD_TSO */