]> gcc.gnu.org Git - gcc.git/commit
cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 23 Oct 1998 16:36:15 +0000 (16:36 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 23 Oct 1998 16:36:15 +0000 (16:36 +0000)
commitd9db46fd480c055c4559a4b820a7c96df0fcf676
tree3bf3f9d476c6e9659eac6e70de67137c225fa0d2
parent943767e30c4c566fd6ae1a421f32e37f25bfba04
cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.

* cplus-dem.c (work_stuff): Replace const_type and volatile_type
with type_quals.
(TYPE_UNQUALIFIED): New macro.
(TYPE_QUAL_CONST): Likewise.
(TYPE_QUAL_VOLATILE): Likewise.
(TYPE_QUAL_RESTRICT): Likewise.
(code_for_qualifier): New function.
(qualifier_string): Likewise.
(demangle_qualifier): Likewise.
(internal_cplus_demangle): Use them.
(demangle_signature): Likewise.
(demangle_template_value_parm): Likewise.
(do_type): Likewise.
(demangle_fund_type)): Likewise.

From-SVN: r23260
libiberty/ChangeLog
This page took 0.056665 seconds and 5 git commands to generate.