From 24d9c657dd1043af74046df01dbec60235d32c87 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 28 Dec 2015 20:25:21 +0100 Subject: m + receive messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 55a0837..36f66af 100644 --- a/src/common.h +++ b/src/common.h @@ -26,12 +26,14 @@ +#ifndef t /** * Go to `fail` if a statement evaluates to non-zero. * * @param ... The statement. */ -#define t(...) do { if (__VA_ARGS__) goto fail; } while (0) +# define t(...) do { if (__VA_ARGS__) goto fail; } while (0) +#endif -- cgit v1.2.3-70-g09d2