diff options
author | dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-05 14:21:02 +0000 |
---|---|---|
committer | dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-05 14:21:02 +0000 |
commit | 78536ab78e9de7a44454fe518ce1b98836343011 (patch) | |
tree | 7c7a54c3abafff428115672634e58676508baa3c /libcpp/line-map.c | |
parent | d05ee6d298ebd3ed0d0f845252652a487b86384e (diff) | |
download | gcc-78536ab78e9de7a44454fe518ce1b98836343011.tar.gz |
libcpp: Improvements to comments in line-map.h/c
libcpp/ChangeLog:
* include/line-map.h: Fix comment at the top of the file.
(source_location): Rewrite and expand the comment for this
typedef, adding an ascii-art table to clarify how source_location
values are allocated.
* line-map.c: Fix comment at the top of the file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222806 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/line-map.c')
-rw-r--r-- | libcpp/line-map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/line-map.c b/libcpp/line-map.c index f9260d00008..1db59a7ce45 100644 --- a/libcpp/line-map.c +++ b/libcpp/line-map.c @@ -1,4 +1,4 @@ -/* Map logical line numbers to (source file, line number) pairs. +/* Map (unsigned int) keys to (source file, line, column) triples. Copyright (C) 2001-2015 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it |