diff options
Diffstat (limited to 'src/shared/macro.h')
-rw-r--r-- | src/shared/macro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/macro.h b/src/shared/macro.h index f91f7de769..08b40fd2b8 100644 --- a/src/shared/macro.h +++ b/src/shared/macro.h @@ -272,7 +272,7 @@ do { \ * signed int in the kernel and these negative numbers are extended to * long, which cannot be simply compared to the magic constants anymore. */ -#define CMP_F_TYPE(f, c) \ +#define F_TYPE_CMP(f, c) \ __extension__ ({ \ __SWORD_TYPE _f = (f); \ const __SWORD_TYPE _c = (c); \ |