Skip to content
Snippets Groups Projects
  • Gabriel Charette's avatar
    3f6ced10
    LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for_column... · 3f6ced10
    Gabriel Charette authored
    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
    3f6ced10
    History
    LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for_column...
    Gabriel Charette authored
    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