Index: libcfa/src/bits/containers.hfa
===================================================================
--- libcfa/src/bits/containers.hfa	(revision 7d4ce2aa37fcfa287151a45d4ea183230fe0781c)
+++ libcfa/src/bits/containers.hfa	(revision 8b7352618c5c27061e25855af7388ced3d4af11e)
@@ -36,5 +36,5 @@
 	#define __small_array_t(T) __small_array(T)
 #else
-	#define __small_array_t(T) struct __small_array
+	#define __small_array_t(T) __small_array
 #endif
 
Index: libcfa/src/bits/defs.hfa
===================================================================
--- libcfa/src/bits/defs.hfa	(revision 7d4ce2aa37fcfa287151a45d4ea183230fe0781c)
+++ libcfa/src/bits/defs.hfa	(revision 8b7352618c5c27061e25855af7388ced3d4af11e)
@@ -29,5 +29,5 @@
 #define __cfa_anonymous_object(x) inline struct x
 #else
-#define __cfa_anonymous_object(x) x __cfa_anonymous_object
+#define __cfa_anonymous_object(x) struct x __cfa_anonymous_object
 #endif
 
