line-map.h (linemap_location_from_macro_expansion_p): const struct line_maps * argument.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 14 Oct 2014 14:45:36 +0000 (14:45 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 14 Oct 2014 14:45:36 +0000 (14:45 +0000)
commit3aac09524beaea58b2080d72d1eb7f5202853716
tree14ba88901f9fa27aced570ad65125c5c7d902a01
parent48d3af1259c6365615027708f259f04c8ac292fc
line-map.h (linemap_location_from_macro_expansion_p): const struct line_maps * argument.

libcpp/ChangeLog:

2014-10-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* include/line-map.h (linemap_location_from_macro_expansion_p):
const struct line_maps * argument.
(linemap_position_for_line_and_column): const struct line_map *
argument.
* line-map.c (linemap_add_macro_token): Use correct argument name
in comment.
(linemap_position_for_line_and_column): const struct line_map *
argument.
(linemap_macro_map_loc_to_def_point): Fix comment. Make static.
(linemap_location_from_macro_expansion_p): const struct line_maps *
argument.
(linemap_resolve_location): Fix argument names in comment.

From-SVN: r216205
libcpp/ChangeLog
libcpp/include/line-map.h
libcpp/line-map.c