Put Python plugin support in a separate shared object
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index c3ed6f97246d514f2d919fbf4b4a8beff2384ba2..535f99094970161856927d5adcd6d1fb7753cc0d 100644 (file)
@@ -180,6 +180,9 @@ extern bool babeltrace_verbose, babeltrace_debug;
 #define BT_CTF_MAJOR   1
 #define BT_CTF_MINOR   8
 
+#define __STRINGIFY(x) #x
+#define TOSTRING(x)    __STRINGIFY(x)
+
 struct bt_trace_descriptor;
 struct trace_collection {
        GPtrArray *array;       /* struct bt_trace_descriptor */
This page took 0.023057 seconds and 4 git commands to generate.