>>>>> "Marc" == Marc Glisse <marc.gli...@inria.fr> writes:

Marc> libcpp/
Marc>   * line-map.c (get_combined_adhoc_loc): Cast to extern "C" type.

Yucky.

Marc>     line_map_realloc reallocator
Marc> -       = set->reallocator ? set->reallocator : xrealloc;
Marc> +       = set->reallocator ? set->reallocator
Marc> +                          : (line_map_realloc) xrealloc;

The indentation is wrong here, and it needs extra parens, per the GNU
coding standards.

I think it should have a comment as well.

Tom

Reply via email to