X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lttng-events.h;h=f6026292656b05f55a812e92388b1ad042db5ba3;hb=ee452d8f4d5bf5caddc68c3bf32a8d57185887c1;hp=bd99cfa09c68a3a3fe8a641c0eaecdab9ecf272d;hpb=509680fb2f8f2100bb435a4a7895e9f97242cd3f;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index bd99cfa0..f6026292 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -21,7 +21,7 @@ #include #include -#define lttng_is_signed_type(type) (((type)(-1)) < 0) +#define lttng_is_signed_type(type) (((type) -1) < (type) 1) struct lttng_channel; struct lttng_session;