mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Completely remove G_STMT_* macros
This commit is contained in:
parent
6f7ec3b1fc
commit
828fdb9744
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue