LINEMAP_POSITION_FOR_COLUMN had the exact same effect as
commit80ea6373487e87586f483fdb01c974f6757823dc
authorgchare <gchare@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Aug 2011 20:35:58 +0000 (15 20:35 +0000)
committergchare <gchare@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Aug 2011 20:35:58 +0000 (15 20:35 +0000)
treef0b82291b2916fbc64b32cd6b2aa4f506273a69f
parent76fa5db42b73113f48deff732815af6637379661
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177768 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/ChangeLog
gcc/go/gofrontend/lex.cc
libcpp/ChangeLog
libcpp/directives-only.c
libcpp/include/line-map.h
libcpp/lex.c