Unconditionally make message.h a system header to work around an old-clang bug.

This commit is contained in:
theraven 2013-03-11 09:15:54 +00:00
parent c3aa9b62e6
commit 93e297fd87

View File

@ -1,4 +1,4 @@
#if defined(__clang__) && !defined(__OBJC_RUNTIME_INTERNAL__)
#if defined(__clang__)
#pragma clang system_header
#endif