Imported Upstream version 1.3.0
[platform/upstream/harfbuzz.git] / src / hb-private.hh
index d58a695..c45be6f 100644 (file)
@@ -83,7 +83,7 @@ extern "C" void  hb_free_impl(void *ptr);
 #define unlikely(expr) (expr)
 #endif
 
-#ifndef __GNUC__
+#if !defined(__GNUC__) && !defined(__clang__)
 #undef __attribute__
 #define __attribute__(x)
 #endif