]> www.ginac.de Git - cln.git/blob - src/base/cl_inline2.h
Fix compilation with clang.
[cln.git] / src / base / cl_inline2.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_INLINE2
6 #undef CL_INLINE2_DECL
7 #define CL_INLINE2 static inline
8 #define CL_INLINE2_DECL(fcn) CL_INLINE_HINT fcn ## _inline