• Moti Cohen's avatar
    Adding parentheses and do-while(0) to macros (#11080) · 1aa6c4ab
    Moti Cohen authored
    Fixing few macros that doesn't follows most basic safety conventions
    which is wrapping any usage of passed variable
    with parentheses and if written more than one command, then wrap
    it with do-while(0) (or parentheses).
    1aa6c4ab
rdb.c 135 KB