]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for_column...
authorGabriel Charette <gchare@google.com>
Mon, 15 Aug 2011 20:35:58 +0000 (20:35 +0000)
committerGabriel Charette <gchare@gcc.gnu.org>
Mon, 15 Aug 2011 20:35:58 +0000 (20:35 +0000)
commit3f6ced102dddee2a41f6ae4e96c42a6580f8e279
treef0b82291b2916fbc64b32cd6b2aa4f506273a69f
parente535f1b22917730c13fc85f91360288d456f054f
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
gcc/go/ChangeLog
gcc/go/gofrontend/lex.cc
libcpp/ChangeLog
libcpp/directives-only.c
libcpp/include/line-map.h
libcpp/lex.c