diff options
author | David Malcolm <dmalcolm@redhat.com> | 2015-05-05 14:21:02 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2015-05-05 14:21:02 +0000 |
commit | c87b25e6971b0ca7f8d5a28fa8775594d415d263 (patch) | |
tree | 7c7a54c3abafff428115672634e58676508baa3c /libcpp/line-map.c | |
parent | b9066f5ae8c8bb806d173238c3f77097390fa405 (diff) | |
download | gcc-c87b25e6971b0ca7f8d5a28fa8775594d415d263.zip gcc-c87b25e6971b0ca7f8d5a28fa8775594d415d263.tar.gz gcc-c87b25e6971b0ca7f8d5a28fa8775594d415d263.tar.bz2 |
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.
From-SVN: r222806
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 f9260d0..1db59a7 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 |