From 3f6ced102dddee2a41f6ae4e96c42a6580f8e279 Mon Sep 17 00:00:00 2001 From: Gabriel Charette Date: Mon, 15 Aug 2011 20:35:58 +0000 Subject: LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for_column... LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for_column, removed it and updated users to use linemap_position_for_column instead libcpp/ChangeLog * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Remove. Update all users to use linemap_position_for_column instead. gcc/go/ChangeLog * gofrontend/lex.cc (Lex::location): Update to use linemap_position_for_column instead. (Lex::earlier_location): Likewise. From-SVN: r177768 --- libcpp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libcpp/ChangeLog') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 1b22418..e136852 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2011-08-15 Gabriel Charette + + * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Remove. + Update all users to use linemap_position_for_column instead. + 2011-07-28 Gabriel Charette * include/line-map.h (struct line_maps): -- cgit v1.1