From f50c83ad364769c403cfdcd62b3deae18268ae04 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Mon, 20 Nov 2017 20:54:17 +0000 Subject: [PATCH] Whoops: missed GCC problem. Signed-off-by: Adrian Conlon --- inc/EightBitCompilerDefinitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/EightBitCompilerDefinitions.h b/inc/EightBitCompilerDefinitions.h index 82b7de0..2cbe43d 100644 --- a/inc/EightBitCompilerDefinitions.h +++ b/inc/EightBitCompilerDefinitions.h @@ -11,7 +11,7 @@ # define UNREACHABLE __assume(0) -#elif definef(__GNUG__) +#elif defined(__GNUG__) # include