]> gcc.gnu.org Git - gcc.git/commit
libcpp: move label_text to its own header
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 28 May 2024 19:55:24 +0000 (15:55 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 28 May 2024 19:55:24 +0000 (15:55 -0400)
commit9bda2c4c81b668b1d9abbb58cc4e805ac955a639
treedf4cd9d51d62b3bc7f0343abc2ba945c1858baeb
parentfb7a943ead689e80e1ffdf6fa4e129dc155312d3
libcpp: move label_text to its own header

No functional change intended.

libcpp/ChangeLog:
* Makefile.in (TAGS_SOURCES): Add include/label-text.h.
* include/label-text.h: New file.
* include/rich-location.h: Include "label-text.h".
(class label_text): Move to label-text.h.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
libcpp/Makefile.in
libcpp/include/label-text.h [new file with mode: 0644]
libcpp/include/rich-location.h
This page took 0.058422 seconds and 5 git commands to generate.