* cpp.texi (include Syntax): Reword passage on escaping '"' and '>'.

This commit is contained in:
Richard Stallman 2025-05-14 16:39:21 +00:00 committed by Ineiev
parent 92c8c5331b
commit 2a3a100560
1 changed files with 3 additions and 2 deletions

View File

@ -316,8 +316,9 @@ ordinary text characters, not escape characters: character escape
sequences such as used in string constants in C are not meaningful
here. Thus, @code{@w{#include "x\n\\y"}} specifies a filename
containing three backslashes. By the same token, there is no way to
escape @samp{"} or @samp{>} to include it in the header file name if
it would instead end the file name.
escape @samp{"} or @samp{>} to include it in the header file name
rather than end the file name. We recommend not using those two
characters in the names of files to be included.
Some systems interpret @samp{\} as a file name component separator.
All these systems also interpret @samp{/} the same way. It is most