From e5d6924a2df715273e645f91b38ef8862eb09d87 Mon Sep 17 00:00:00 2001 From: phdm Date: Thu, 8 Jun 2000 07:29:53 +0000 Subject: * cp-demangle.c (stdio.h): File included unconditionaly. (template_arg_list_new): Parameter list is PARAMS ((void)), not (). * dyn-string.c (stdio.h): File included. * partition.c (partition_print): No `&' needed to take the address of a function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34450 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/cp-demangle.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libiberty/cp-demangle.c') diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 2feac6c30ef..58aed0d5f4f 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -33,9 +33,7 @@ #include #endif -#if defined(CP_DEMANGLE_DEBUG) || defined(STANDALONE_DEMANGLER) #include -#endif #ifdef HAVE_STRING_H #include @@ -514,7 +512,7 @@ substitutions_print (dm, fp) /* Creates a new template argument list. */ static template_arg_list_t -template_arg_list_new () +template_arg_list_new PARAMS((void)) { template_arg_list_t new_list = (template_arg_list_t) xmalloc (sizeof (struct template_arg_list_def)); -- cgit v1.2.1