get rid of _STMT_START and _END in favor of do {} while (0)
remove macros and replace with direct do {} while (0) blocks as is done throughout the rest of the codebase
Please register or sign in to comment
remove macros and replace with direct do {} while (0) blocks as is done throughout the rest of the codebase