tree.c (tree_node_kind_names, [...]): Qualify a char* with the `const' keyword.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 17 Feb 1999 08:04:29 +0000 (08:04 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 17 Feb 1999 08:04:29 +0000 (08:04 +0000)
commit37b37199ab988909eede4c33ad23f032fe9ffb77
treea2915ddf4014c38148872d1fd218543421cfcba4
parent7e57923cfc5fcf0182f8732dc7185edd270e6b6a
tree.c (tree_node_kind_names, [...]): Qualify a char* with the `const' keyword.

        * tree.c (tree_node_kind_names, print_obstack_name,
        get_identifier, maybe_get_identifier, build_string,
        build_expr_wfl, is_attribute_p, lookup_attribute,
        print_obstack_statistics, get_file_function_name_long, tree_check,
        tree_class_check, expr_check): Qualify a char* with the `const'
        keyword.
        * tree.h (get_identifier, maybe_get_identifier, build_string,
        build_expr_wfl, is_attribute_p, lookup_attribute,
        print_obstack_statistics, print_obstack_name, tree_check,
        tree_class_check, expr_check): Likewise.

From-SVN: r25261
gcc/ChangeLog
gcc/tree.c
gcc/tree.h