From eb9a3f036af785de03a9a04d2e8bb1aaa1883c60 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 16 Nov 2007 23:16:03 +0000 Subject: [PATCH] it's __GNUC__ not __GCC__ [r18428] --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index c111953..89f3474 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define INLINE inline -#ifndef __GCC__ +#ifndef __GNUC__ #define __attribute__(x) #endif -- 2.20.1