X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=5298193775451fab72837f3ff5966d7d8fe5a348;hb=39192dfbea6041eefea1676c554ba73946793c71;hp=13b6abf5cf0d4e7c1fc64c0fa4c3d364f50344e4;hpb=b3fdf78b15beb940918da1e41eb68e24ba31bb87;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 13b6abf5..52981937 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -22,7 +22,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;