r254703 - in /trunk/libcpp: ChangeLog include/l...

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Mon Nov 13 19:07:00 GMT 2017


Author: dmalcolm
Date: Mon Nov 13 19:07:26 2017
New Revision: 254703

URL: https://gcc.gnu.org/viewcvs?rev=254703&root=gcc&view=rev
Log:
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.


Modified:
    trunk/libcpp/ChangeLog
    trunk/libcpp/include/line-map.h



More information about the Gcc-cvs mailing list