On 05/13/2014 08:59 PM, Ed Smith-Rowland wrote:
+ escape_it = escape_it || cpp_userdef_string_p (token->type) + || cpp_userdef_char_p (token->type);
Let's add the new cases to the previous statement instead of a new one. OK with that change.
Jason
On 05/13/2014 08:59 PM, Ed Smith-Rowland wrote:
+ escape_it = escape_it || cpp_userdef_string_p (token->type) + || cpp_userdef_char_p (token->type);
Let's add the new cases to the previous statement instead of a new one. OK with that change.
Jason