Current section

Files

Jump to
nova include nova_internals.hrl
Raw

include/nova_internals.hrl

%% If USE_STACKTRACE is enabled then we return stacktraces
-ifndef(USE_STACKTRACES).
-define(CATCH_CLAUSE(T, R, S), T:R -> S = not_enabled,).
-else.
-define(CATCH_CLAUSE(T, R, S), T:R:S ->).
-endif.