I hope that's ok to get the bindings going
authorStephan Kulow <coolo@suse.de>
Fri, 30 Nov 2007 11:24:27 +0000 (11:24 +0000)
committerStephan Kulow <coolo@suse.de>
Fri, 30 Nov 2007 11:24:27 +0000 (11:24 +0000)
src/pool.h

index 592cb66..32159ae 100644 (file)
@@ -154,7 +154,11 @@ extern Pool *pool_create(void);
  */
 extern void pool_free(Pool *pool);
 
-extern void pool_debug(Pool *pool, int type, const char *format, ...) __attribute__((format(printf, 3, 4)));
+extern void pool_debug(Pool *pool, int type, const char *format, ...)
+#ifdef __GNUC__
+ __attribute__((format(printf, 3, 4)))
+#endif
+;
 
 /**
  * Solvable management