ust-compiler: constructor/destructor whitespaces layout and macro dependency
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Dec 2021 20:40:19 +0000 (15:40 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Dec 2021 20:42:54 +0000 (15:42 -0500)
commit08f6e282d3b664f136a9e88f89e1ed82934492b6
tree14160d9d6ddb562ab09148c9dc63269b855a6f26
parent5bb3f6928314c6cec09221d5e533d4d20ae886a7
ust-compiler: constructor/destructor whitespaces layout and macro dependency

Introduce LTTNG_UST_COMPILER_COMBINE_TOKENS in lttng/ust-compiler.h to
eliminate a circular dependency from ust-compiler.h to
LTTNG_UST__TP_COMBINE_TOKENS (defined in tracepoint.h). Use it in
LTTNG_UST_DECLARE_CONSTRUCTOR_DESTRUCTOR.

Change the layout of LTTNG_UST_DECLARE_CONSTRUCTOR_DESTRUCTOR to use
tabs rather than spaces.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I71ecac349a1425401df62eb600ee74f4f930da09
include/lttng/ust-compiler.h
This page took 0.025032 seconds and 4 git commands to generate.