From: Jérémie Galarneau Date: Fri, 28 Oct 2016 20:06:37 +0000 (-0400) Subject: Fix: remove BT_HIDDEN from bt_value_null singleton declaration X-Git-Tag: v1.5.0~1 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=67a5618483da41d7762e5efa77f6be3444f4735f Fix: remove BT_HIDDEN from bt_value_null singleton declaration Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/values.h b/include/babeltrace/values.h index 31b2e2a0..a9ebe57f 100644 --- a/include/babeltrace/values.h +++ b/include/babeltrace/values.h @@ -153,8 +153,7 @@ struct bt_value; * null value object (of type #BT_VALUE_TYPE_NULL), whereas \c NULL * means an error of some sort. */ -BT_HIDDEN -struct bt_value *bt_value_null; +extern struct bt_value *bt_value_null; /** * User function type for bt_value_map_foreach().