On 06/09/2014 10:20 AM, Ed Smith-Rowland wrote:
+ if (token->type == CPP_OPEN_PAREN) + { + paren = true; + token = cpp_get_token (pfile); + } + if (token->type == CPP_STRING || token->type == CPP_HEADER_NAME)
Let's add a blank line between the ifs since it's not an else if. OK with that change.
Jason