On 07/05/2013 11:22 AM, Jakub Jelinek wrote:
- if (token->type == CPP_COMMENT) + if (cpp_token_val_index (token) == CPP_TOKEN_FLD_STR)
This could use a comment explaining why checking for CPP_TOKEN_FLD_STR does what you want. OK with that change.
Jason