[C++11, C++14 PATCH 1/4] Support for SD-6: SG10 Feature Test Recommendations: libcpp

Jason Merrill jason@redhat.com
Mon Jun 9 14:40:00 GMT 2014


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



More information about the Gcc-patches mailing list