i965/fs: Fix lower_load_payload() not to use an incorrect half for immediates and...
[mesa.git] / src / glx / dri_common.h
index 6234fd812bf28f970b48bc64e932934ec38de26f..5cd150ab4d2f26a4e33556e9d7f7303d3d4efa37 100644 (file)
@@ -40,7 +40,7 @@
 #include <stdbool.h>
 #include "loader.h"
 
-#if (__GNUC__ >= 3)
+#if (__GNUC__)
 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a)))
 #else
 #define PRINTFLIKE(f, a)