mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
* include/cpplib.h (struct cpp_options): Fix typo.
From-SVN: r177869
This commit is contained in:
committed by
Joseph Myers
parent
a48e3dd10e
commit
7c1ffff9f2
@@ -315,7 +315,7 @@ struct cpp_options
|
||||
/* Nonzero means process u/U prefix literals (UTF-16/32). */
|
||||
unsigned char uliterals;
|
||||
|
||||
/* Nonzero means process r/R rax strings. If this is set, uliterals
|
||||
/* Nonzero means process r/R raw strings. If this is set, uliterals
|
||||
must be set as well. */
|
||||
unsigned char rliterals;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user