diff options
Diffstat (limited to 'libcpp/include/cpplib.h')
-rw-r--r-- | libcpp/include/cpplib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcpp/include/cpplib.h b/libcpp/include/cpplib.h index ef42d0443a6..c84f6243376 100644 --- a/libcpp/include/cpplib.h +++ b/libcpp/include/cpplib.h @@ -345,6 +345,9 @@ struct cpp_options /* Zero means dollar signs are punctuation. */ unsigned char dollars_in_ident; + /* Nonzero means UCNs are accepted in identifiers. */ + unsigned char extended_identifiers; + /* True if we should warn about dollars in identifiers or numbers for this translation unit. */ unsigned char warn_dollars; |