]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/ChangeLog
* cp-demangle.c (demangle_v3_with_details,
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 May 2001 06:13:58 +0000 (06:13 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 May 2001 06:13:58 +0000 (06:13 +0000)
commite5f55ef4f5d1456aa8b751e34974b8c023098fe7
treecb279795efc4e5b734fb92e5aa50763824cde776
parent535df215e09404bac7a2e1956187e0eeedd4a436
* cp-demangle.c (demangle_v3_with_details,
is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
function definition.
* ternary.c: Use K+R style function definitions.  Use PTR, not
void *.  Make arguments constant where possible.
* demangle.h: Use PARAMS for all prototypes.
* ternary.h: Use PARAMS for all prototypes.  Use PTR, not void *.
Make arguments constant where possible.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41910 138bc75d-0d04-0410-961f-82ee72b054a4
include/ChangeLog
include/demangle.h
include/ternary.h
libiberty/ChangeLog
libiberty/cp-demangle.c
libiberty/ternary.c