aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2000-06-08 18:51:44 +0200
committerPhilippe De Muyter <phdm@gcc.gnu.org>2000-06-08 16:51:44 +0000
commit6223e158fded51fafae924863a81262b86d9edef (patch)
tree67a92bb5664fbd433b7354e0759c9a40d72b2ec0
parentc67dca7a860cc65c1f7f0a1ccc8de41ce394d631 (diff)
downloadgcc-6223e158fded51fafae924863a81262b86d9edef.zip
gcc-6223e158fded51fafae924863a81262b86d9edef.tar.gz
gcc-6223e158fded51fafae924863a81262b86d9edef.tar.bz2
* cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
From-SVN: r34455
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/cp-demangle.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index a868396..872d262 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
+
+ * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
+
Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
* cp-demangle.c (stdio.h): File included unconditionaly.
diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c
index 58aed0d..fc961d8 100644
--- a/libiberty/cp-demangle.c
+++ b/libiberty/cp-demangle.c
@@ -512,7 +512,7 @@ substitutions_print (dm, fp)
/* Creates a new template argument list. */
static template_arg_list_t
-template_arg_list_new PARAMS((void))
+template_arg_list_new ()
{
template_arg_list_t new_list
= (template_arg_list_t) xmalloc (sizeof (struct template_arg_list_def));