aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-19 06:57:24 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-19 06:57:24 +0000
commitbc3d3e89ce43e364508d970a7fd66fc499c91d4f (patch)
tree674506435cb3bc602ecb2ed34936be8ed2b05d05 /libcpp
parent165f6d0dff74ed8ef11cbca2e63c0e222d391c44 (diff)
2010-10-19 Basile Starynkevitch <basile@starynkevitch.net>
* line-map.h (source_location): Remove obsolete comment mentioning location_s. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165680 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog4
-rw-r--r--libcpp/include/line-map.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index cabe7ce91a8..8ce31f399a2 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-19 Basile Starynkevitch <basile@starynkevitch.net>
+ * line-map.h (source_location): Remove obsolete comment
+ mentioning location_s.
+
2010-09-29 Kai Tietz <kai.tietz@onevision.com>
PR preprocessor/45362
diff --git a/libcpp/include/line-map.h b/libcpp/include/line-map.h
index 9e31a6ae3b9..3f52d750ec6 100644
--- a/libcpp/include/line-map.h
+++ b/libcpp/include/line-map.h
@@ -39,8 +39,6 @@ enum lc_reason {LC_ENTER = 0, LC_LEAVE, LC_RENAME, LC_RENAME_VERBATIM};
typedef unsigned int linenum_type;
/* A logical line/column number, i.e. an "index" into a line_map. */
-/* Long-term, we want to use this to replace struct location_s (in input.h),
- and effectively typedef source_location location_t. */
typedef unsigned int source_location;
/* Memory allocation function typedef. Works like xrealloc. */