diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2025-07-29 10:56:10 -0700 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2025-07-29 10:56:10 -0700 |
commit | db57737117c3765e379750c977a7d404f2e2d50e (patch) | |
tree | 8ac49c9638d27138c1cc5793c0b71d64700d03a1 /libcpp/include/cpplib.h | |
parent | 75164bb769816261706d317e08a5fee6d8ba49b6 (diff) | |
parent | 0f61284eae6365e77b28af8fa4bc3dc7e5e0fac9 (diff) | |
download | gcc-db57737117c3765e379750c977a7d404f2e2d50e.zip gcc-db57737117c3765e379750c977a7d404f2e2d50e.tar.gz gcc-db57737117c3765e379750c977a7d404f2e2d50e.tar.bz2 |
Merge branch 'master' into devel/gfortran-test
Diffstat (limited to 'libcpp/include/cpplib.h')
-rw-r--r-- | libcpp/include/cpplib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcpp/include/cpplib.h b/libcpp/include/cpplib.h index 7c147ae..75efdcd 100644 --- a/libcpp/include/cpplib.h +++ b/libcpp/include/cpplib.h @@ -1610,7 +1610,8 @@ struct cpp_decoded_char This is a tabstop value, along with a callback for getting the widths of characters. Normally this callback is cpp_wcwidth, but we support other schemes for escaping non-ASCII unicode as a series of - ASCII chars when printing the user's source code in diagnostic-show-locus.cc + ASCII chars when printing the user's source code in + gcc/diagnostics/source-printing.cc For example, consider: - the Unicode character U+03C0 "GREEK SMALL LETTER PI" (UTF-8: 0xCF 0x80) |