X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmacros.h;h=70de2875e1007278019b5460b80cc453ad5a70ea;hb=4287ce26d07de052721a2c1f9a3e3270cd867450;hp=cce09a6cbb66b0474d25dabcf34a43e3728f71ef;hpb=283fd0a6a8dc80a42b46babd7551aa98e436ec33;p=lttng-tools.git diff --git a/src/common/macros.h b/src/common/macros.h index cce09a6cb..70de2875e 100644 --- a/src/common/macros.h +++ b/src/common/macros.h @@ -77,7 +77,7 @@ void *zmalloc(size_t len) #define LTTNG_PACKED __attribute__((__packed__)) #endif -#define is_signed(type) (((type) (-1)) < 0) +#define is_signed(type) (((type) -1) < (type) 1) /* * Align value to the next multiple of align. Returns val if it already is a