summaryrefslogtreecommitdiffstats
path: root/tremor/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'tremor/os.h')
-rw-r--r--tremor/os.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/tremor/os.h b/tremor/os.h
index 65a4992ffc..27f2a22e63 100644
--- a/tremor/os.h
+++ b/tremor/os.h
@@ -20,17 +20,7 @@
#include <math.h>
#include "os_types.h"
-#ifndef _V_IFDEFJAIL_H_
-# define _V_IFDEFJAIL_H_
-
-# ifdef __GNUC__
-# define STIN static __inline__
-# elif _WIN32
-# define STIN static __inline
-# endif
-#else
-# define STIN static
-#endif
+#define STIN static inline
#ifndef M_PI
# define M_PI (3.1415926536f)