libcpp: move line typedef and column-numbering comment to top of file
commite80defd5218de60b6ab1702efbe1cbbbe4c797ae
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2017 19:07:26 +0000 (13 19:07 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2017 19:07:26 +0000 (13 19:07 +0000)
treeeaf090546b663d75935df3bf361aeeec6cb2fec0
parent7d3df64afa2a9c40da262f5da1c14cd5d2408b9b
libcpp: move line typedef and column-numbering comment to top of file

The description of our 1-based column-numbering convention was in
a non-obvious place withn line-map.h; this patch moves it to the top
of that header.

libcpp/ChangeLog:
* include/line-map.h (linenum_type): Move this typedef and the
comment describing column numbering to near the top of the file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254703 138bc75d-0d04-0410-961f-82ee72b054a4
libcpp/ChangeLog
libcpp/include/line-map.h