X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-tracer.h;h=ec30db7446a52608b6d5b0a9267f3184f33b516f;hb=6f0f3216eb57ce0eda0f0f1195d9f7181bac7d83;hp=b4268ac51dc1598864d3246b7c2329b1841c861b;hpb=670c619d5fc86bda34ea606b425be7c1c8f2167c;p=lttng-ust.git diff --git a/include/lttng/ust-tracer.h b/include/lttng/ust-tracer.h index b4268ac5..ec30db74 100644 --- a/include/lttng/ust-tracer.h +++ b/include/lttng/ust-tracer.h @@ -45,6 +45,6 @@ #define lttng_alignof(type) 1 #endif -#define lttng_is_signed_type(type) (((type)(-1)) < 0) +#define lttng_is_signed_type(type) ((type) -1 < (type) 0) #endif /* _LTTNG_UST_TRACER_H */