Blame SOURCES/libart-2.3.19-header.patch

8f4458
--- libart_lgpl-2.3.19/art_misc.h.extern-c      2007-01-02 00:59:22.000000000 +0100
8f4458
+++ libart_lgpl-2.3.19/art_misc.h       2007-03-01 09:19:06.000000000 +0100
8f4458
@@ -34,9 +34,15 @@
8f4458
 #include <libart_lgpl/art_config.h>
8f4458
 #endif
8f4458
8f4458
+#ifdef __cplusplus
8f4458
+extern "C" {
8f4458
+#endif
8f4458
 void *art_alloc(size_t size);
8f4458
 void art_free(void *ptr);
8f4458
 void *art_realloc(void *ptr, size_t size);
8f4458
+#ifdef __cplusplus
8f4458
+}
8f4458
+#endif /* __cplusplus */
8f4458
 
8f4458
 /* These aren't, strictly speaking, configuration macros, but they're
8f4458
    damn handy to have around, and may be worth playing with for