lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index 1bdd79ece3ee19e6ca5b6005f9cf9ed21b6adf09..1cf3af96331caf0e782937cb88978f4ee089e411 100644 (file)
 #define BT_HIDDEN __attribute__((visibility("hidden")))
 #endif
 
+#ifndef __STRINGIFY
 #define __STRINGIFY(x) #x
+#endif
+
 #define TOSTRING(x)    __STRINGIFY(x)
 
+#define BT_UNUSED      __attribute__((unused))
+
 #endif
This page took 0.023806 seconds and 4 git commands to generate.