]> www.ginac.de Git - cln.git/blob - src/base/cl_inline.h
Fix compilation error on MSVC.
[cln.git] / src / base / cl_inline.h
1 /*
2  * Selectively inline a function in *some* translation units.
3  * See cl_maybe_inline.h file for the explanation.
4  */
5 #undef CL_INLINE
6 #undef CL_INLINE_DECL
7 #define CL_INLINE static inline
8 #define CL_INLINE_DECL(fcn) CL_INLINE_HINT fcn ## _inline