From c87b25e6971b0ca7f8d5a28fa8775594d415d263 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Tue, 5 May 2015 14:21:02 +0000 Subject: 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 --- libcpp/line-map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcpp/line-map.c') 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 -- cgit v1.1