Commit 6223e158 by Philippe De Muyter Committed by Philippe De Muyter

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

From-SVN: r34455
parent c67dca7a
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.
......
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment