diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index a86839693951..872d26212f47 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 8 18:52:24 2000 Philippe De Muyter + + * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch. + Thu Jun 8 09:25:54 2000 Philippe De Muyter * cp-demangle.c (stdio.h): File included unconditionaly. diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 58aed0d5f4fd..fc961d81a83e 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));