From: Matthias Braun Date: Fri, 16 Nov 2007 23:16:03 +0000 (+0000) Subject: it's __GNUC__ not __GCC__ X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=eb9a3f036af785de03a9a04d2e8bb1aaa1883c60;p=cparser it's __GNUC__ not __GCC__ [r18428] --- 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