* cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.

From-SVN: r34455
This commit is contained in:
Philippe De Muyter 2000-06-08 18:51:44 +02:00 committed by Philippe De Muyter
parent c67dca7a86
commit 6223e158fd
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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));