• Paul Eggert's avatar
    Be more systematic about parens in C source code · b6ed79b7
    Paul Eggert authored
    Be more systematic about putting space before paren in calls,
    and in avoiding unnecessary parentheses in macros.
    This was partly inspired by my wading through gcc -E output
    while debugging something else, and seeing too many parens.
    
    This patch does not change the generated .o files on my platform.
    b6ed79b7