This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix up preprocessing of raw-string literals


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]