From 4c25e2059d6084b3abadf200d3114eceb1c02b17 Mon Sep 17 00:00:00 2001 From: wiire-a Date: Mon, 9 Oct 2017 23:47:59 +0200 Subject: [PATCH] Removed useless C99 compilation guard --- src/config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/config.h b/src/config.h index 92c4aa7..12f2e3f 100644 --- a/src/config.h +++ b/src/config.h @@ -21,10 +21,6 @@ #ifndef CONFIG_H #define CONFIG_H -#if __STDC_VERSION__ < 199901L -# define inline static -#endif - #include typedef unsigned char uint8_t;