From: Michael Beck Date: Fri, 16 Nov 2007 22:38:55 +0000 (+0000) Subject: __attribute__ is a GCC extension X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b4bfc08c52c75b470b6754818589964fd6ee9787;p=cparser __attribute__ is a GCC extension [r18425] --- diff --git a/config.h b/config.h index aae6e6b..c111953 100644 --- a/config.h +++ b/config.h @@ -1 +1,5 @@ #define INLINE inline + +#ifndef __GCC__ +#define __attribute__(x) +#endif