* include/cpplib.h (struct cpp_options): Fix typo.
From-SVN: r177869
This commit is contained in:
parent
a48e3dd10e
commit
7c1ffff9f2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-08-18 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* include/cpplib.h (struct cpp_options): Fix typo.
|
||||
|
||||
2011-08-18 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* include/cpplib.h (struct cpp_options): Add rliterals.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue