revert inline change, which was part of PAR change

This commit is contained in:
hunterk 2016-09-26 15:24:14 -05:00
parent 05fe1ffc16
commit 3cf0b6c81a

View File

@ -26,7 +26,7 @@
#ifndef INLINE
#if !defined(__cplusplus) && defined(_WIN32)
#define INLINE inline
#define INLINE _inline
#elif defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L
#define INLINE inline
#elif defined(__GNUC__)