X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Fust-tracer.h;fp=include%2Flttng%2Fust-tracer.h;h=2513ab2acfca73e175973509171046529fcf8326;hb=578989d31ac17bfeac4fec8e866c29d1f2b12eca;hp=ec30db7446a52608b6d5b0a9267f3184f33b516f;hpb=8d55fb26337009355227ea4da57de62ecbed2fcb;p=deliverable%2Flttng-ust.git diff --git a/include/lttng/ust-tracer.h b/include/lttng/ust-tracer.h index ec30db74..2513ab2a 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 < (type) 0) +#define lttng_is_signed_type(type) ((type) -1 < (type) 1) #endif /* _LTTNG_UST_TRACER_H */