aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorZack Weinberg <zackw@stanford.edu>2001-05-08 06:13:58 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-05-08 06:13:58 +0000
commit641b2721c4f7ee9975c059ea2ce62c104be985d3 (patch)
treecb279795efc4e5b734fb92e5aa50763824cde776 /include/ChangeLog
parentee2f20b9c54f8638740fcdafecf9bdf776b734cc (diff)
downloadgcc-641b2721c4f7ee9975c059ea2ce62c104be985d3.zip
gcc-641b2721c4f7ee9975c059ea2ce62c104be985d3.tar.gz
gcc-641b2721c4f7ee9975c059ea2ce62c104be985d3.tar.bz2
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
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index e441ba9..a738487 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-07 Zack Weinberg <zackw@stanford.edu>
+
+ * demangle.h: Use PARAMS for all prototypes.
+ * ternary.h: Use PARAMS for all prototypes. Use PTR, not void *.
+ Make arguments constant where possible.
+
2001-05-07 Mark Mitchell <mark@codesourcery.com>
* splay-tree.h (splay_tree_max): New function.