From 14474693649142ddd5f656f4fd21fb0aec0bf002 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 7 Oct 2010 21:23:48 +0200 Subject: [PATCH] conf.h: fix typo in __GNUC_MINOR__ --- zzip/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zzip/conf.h b/zzip/conf.h index 34fc6a8..27b834a 100644 --- a/zzip/conf.h +++ b/zzip/conf.h @@ -75,7 +75,7 @@ #endif #if defined __linux__ && __GNUC__+0 >= 4 #define zzip__new__ __attribute__((malloc)) -#elif defined __linux__ && __GNUC__+0 >= 3 && __GNUC_MINOR_+0 >= 3 +#elif defined __linux__ && __GNUC__+0 >= 3 && __GNUC_MINOR__+0 >= 3 #define zzip__new__ __attribute__((malloc)) #else #define zzip__new__ -- 2.40.0