mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-03 17:40:19 +08:00
* cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
From-SVN: r34455
This commit is contained in:
parent
c67dca7a86
commit
6223e158fd
@ -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.
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user