Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > a791f210fd2615ac13384241139dbe50 > files > 4

BitchX-1.1-9mdv2008.1.src.rpm

--- BitchX/include/irc_std.h.orig	2007-09-10 23:27:11.000000000 +0200
+++ BitchX/include/irc_std.h	2007-09-10 23:27:51.000000000 +0200
@@ -98,7 +98,7 @@
 # define __N
 # define __inline__
 #else
-# if (__GNUC__ >= 2) && (__GNUC_MINOR__ >= 7)
+# if ((__GNUC__ >= 2) && (__GNUC_MINOR__ >= 7)) || (__GNUC__ >= 3)
 #  define __A(x) __attribute__ ((format (printf, x, x + 1)))
 #  define __N    __attribute__ ((noreturn))
 # else