Commit 6536dfcb by Per Bothner

Add comment that '@' is not an escape inside a string.

From-SVN: r9745
parent a2baccf6
......@@ -154,7 +154,8 @@ struct cpp_buffer {
"@-" means following identifier should not be macro-expanded.
"@ " means a token-separator. This turns into " " in final output
if not stringizing and needed to separate tokens; otherwise nothing.
"@@" means a normal '@'. */
"@@" means a normal '@'.
(An '@' inside a string stands for itself and is never an escape.) */
char has_escapes;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment