From 5c52a441cc5bb12df92927676275c0261be525b1 Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Fri, 12 Dec 2008 22:39:12 +0100 Subject: [PATCH] Fix of ifdef error --- storage/innobase/include/ut0ut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/innobase/include/ut0ut.h b/storage/innobase/include/ut0ut.h index 72c8169947b..2b69f9ea3e7 100644 --- a/storage/innobase/include/ut0ut.h +++ b/storage/innobase/include/ut0ut.h @@ -25,7 +25,7 @@ typedef time_t ib_time_t; { \ os_compare_and_swap(volatile_var, 0, 1); \ } -#elif +#else #define PAUSE_INSTRUCTION(volatile_var) #endif #endif