OSDN Git Service

* cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
authorphdm <phdm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jun 2000 16:51:44 +0000 (16:51 +0000)
committerphdm <phdm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jun 2000 16:51:44 +0000 (16:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34455 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/cp-demangle.c

index a868396..872d262 100644 (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.
index 58aed0d..fc961d8 100644 (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));