From 93e297fd87a644d1c92d1c9dc0867680c7d4fb05 Mon Sep 17 00:00:00 2001 From: theraven Date: Mon, 11 Mar 2013 09:15:54 +0000 Subject: [PATCH] Unconditionally make message.h a system header to work around an old-clang bug. --- objc/message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objc/message.h b/objc/message.h index 2c3a956..ed94695 100644 --- a/objc/message.h +++ b/objc/message.h @@ -1,4 +1,4 @@ -#if defined(__clang__) && !defined(__OBJC_RUNTIME_INTERNAL__) +#if defined(__clang__) #pragma clang system_header #endif