]> granicus.if.org Git - zziplib/commitdiff
conf.h: fix typo in __GNUC_MINOR__
authorMax Kellermann <max.kellermann@gmail.com>
Thu, 7 Oct 2010 19:23:48 +0000 (21:23 +0200)
committerMax Kellermann <max.kellermann@gmail.com>
Thu, 14 May 2020 18:53:37 +0000 (20:53 +0200)
zzip/conf.h

index 34fc6a85f4bd731491b4e0287e9d1857e3360dcd..27b834a1ffa2a01f55cb95c2839a9768bfa60e25 100644 (file)
@@ -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__