X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/3c6b3682c70be84db86e70c191016913a9836c31..HEAD:/cdefs.h diff --git a/cdefs.h b/cdefs.h index 2bcdf31..05c8172 100644 --- a/cdefs.h +++ b/cdefs.h @@ -17,18 +17,6 @@ # define _printflike_(fmtarg, firstvararg) #endif -#if __GNUC__ == 2 -# define inline __inline__ -#else -# ifdef __TenDRA__ -# define inline __inline -# endif -#endif - -#if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901 -# define restrict __restrict -#endif - #ifndef MAX # define MAX(a,b) ((a) > (b) ? (a) : (b)) #endif