]> www.ginac.de Git - cln.git/blobdiff - src/base/cl_macros.h
Replace CL_REQUIRE/CL_PROVIDE(cl_prin_globals) with portable code.
[cln.git] / src / base / cl_macros.h
index a041e771a017748a0f49d05501811c940075f2c2..60a39e956bf19d0caf59fe77cd9a9efb4d28913f 100644 (file)
@@ -265,9 +265,6 @@ public:                                                                     \
 // it's a shame!)
 #define init1(type,lvalue)  (void) new (&(lvalue)) type
 
-// MAYBE_INLINE normally expands to nothing.
-// Useful for including the implementation of some file inline into another.
-  #define MAYBE_INLINE
-  #define MAYBE_INLINE2
+#include "cl_maybe_inline.h"
 
 #endif /* _CL_MACROS_H */