This is the mail archive of the gcc-bugs@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]

[Bug preprocessor/23688] Compiler does not warn on selected unknown character escapes


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-01 23:16 -------
Hmm, the comment in the preprocessor is all of those:
    case '(': case '{': case '[': case '%':
      /* '\(', etc, can be used at the beginning of a line in a long
         string split onto multiple lines with \-newline, to prevent
         Emacs or other text editors from getting confused.  '\%' can
         be used to prevent SCCS from mangling printf format strings.  */



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23688


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