Completely remove G_STMT_* macros

This commit is contained in:
carlo-bramini 2017-10-21 19:46:32 +02:00
parent 6f7ec3b1fc
commit 828fdb9744

View file

@ -66,8 +66,8 @@ void fluid_time_config(void);
#define FLUID_N_ELEMENTS(struct) (sizeof (struct) / sizeof (struct[0]))
/* Open/closes statement block */
#define FLUID_STMT_START G_STMT_START
#define FLUID_STMT_END G_STMT_END
#define FLUID_STMT_START do
#define FLUID_STMT_END while (0)
#define FLUID_IS_BIG_ENDIAN (G_BYTE_ORDER == G_BIG_ENDIAN)