From 0f0115a798f16aa62fbbfbb4f4e69d1b9baeaad2 Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Fri, 12 Dec 2008 23:44:39 +0100 Subject: [PATCH] Yet another idef 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 2b69f9ea3e7..f72dcbc82bf 100644 --- a/storage/innobase/include/ut0ut.h +++ b/storage/innobase/include/ut0ut.h @@ -19,7 +19,7 @@ typedef time_t ib_time_t; #ifdef HAVE_PAUSE_INSTRUCTION #define PAUSE_INSTRUCTION(volatile_var) {__asm__ __volatile__ ("pause");} -#elif +#else #ifdef UNIV_SYNC_ATOMIC #define PAUSE_INSTRUCTION(volatile_var) \ { \