X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h;h=36ee491af77b0c9e293df68a79476399caada23d;hb=2058211f61e90b3acfcce898516274e84c314c8b;hp=cb593f498a2378961050466eed5c6bdf9e922116;hpb=fd16b92f058181088a385c3224c8814831c006d3;p=cparser diff --git a/config.h b/config.h index cb593f4..36ee491 100644 --- a/config.h +++ b/config.h @@ -17,16 +17,3 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ -#define INLINE inline - -#ifdef __GNUC__ -#define NORETURN __attribute__((noreturn)) -#elif defined _MSC_VER -#define NORETURN __declspec(noreturn) -#define __attribute__(x) -#else -#define NORETURN -#ifndef __attribute__ -#define __attribute__(x) -#endif -#endif