c-parse.in (cast_expr): Constify.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 26 Oct 1999 18:13:38 +0000 (18:13 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 26 Oct 1999 18:13:38 +0000 (18:13 +0000)
commitec0ce6e261a7963807419c597bb8644e7a7972ff
tree40abe675a8aa34a0e0ee833d87a1bb5ee20dd16c
parentd8d79d15881ec97586e941c199e94a9c88088aca
c-parse.in (cast_expr): Constify.

        * c-parse.in (cast_expr): Constify.

        * cccp.c (special_symbol): Likewise.

        * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.

        * dwarf2out.c (base_type_die): Likewise.

        * global.c (allocno_compare): Likewise.

        * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.

        * regclass.c (fix_register): Likewise.

        * rtl.h (fix_register): Likewise.

        * stupid.c (stupid_reg_compare): Likewise.

        * toplev.c (decode_f_option): Likewise.

        * tree.c (build_complex_type): Likewise.

From-SVN: r30196
16 files changed:
gcc/ChangeLog
gcc/c-parse.c
gcc/c-parse.in
gcc/c-parse.y
gcc/cccp.c
gcc/cse.c
gcc/dwarf2out.c
gcc/global.c
gcc/local-alloc.c
gcc/objc/objc-parse.c
gcc/objc/objc-parse.y
gcc/regclass.c
gcc/rtl.h
gcc/stupid.c
gcc/toplev.c
gcc/tree.c