blob: 4eec43a1dd62385b88671192c55e522a0b6fe092 [file] [log] [blame]
/*
* This macro is for use by other macros to form a fully valid C statement.
*/
#define st(x) do { x } while (__LINE__ == -1)