]> gcc.gnu.org Git - gcc.git/commit
cp-demangle.c (demangle_v3_with_details, [...]): Use K+R style function definition.
authorZack Weinberg <zackw@stanford.edu>
Tue, 8 May 2001 06:13:58 +0000 (06:13 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 8 May 2001 06:13:58 +0000 (06:13 +0000)
commit641b2721c4f7ee9975c059ea2ce62c104be985d3
treecb279795efc4e5b734fb92e5aa50763824cde776
parentee2f20b9c54f8638740fcdafecf9bdf776b734cc
cp-demangle.c (demangle_v3_with_details, [...]): Use K+R style function definition.

* 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.

From-SVN: r41910
include/ChangeLog
include/demangle.h
include/ternary.h
libiberty/ChangeLog
libiberty/cp-demangle.c
libiberty/ternary.c
This page took 0.055047 seconds and 5 git commands to generate.