From 195731ad171662442bca2721616e291e4fce1488 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 20 May 2002 18:06:55 +0000 Subject: * params.c: Fix formatting. * params.h: Likewise. * predict.c: Likewise. * prefix.c: Likewise. * print-rtl.c: Likewise. * print-tree.c: Likewise. * profile.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53670 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/params.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/params.h') diff --git a/gcc/params.h b/gcc/params.h index c4474e418ee..27021aa7c7d 100644 --- a/gcc/params.h +++ b/gcc/params.h @@ -59,7 +59,7 @@ extern param_info *compiler_params; /* Add the N PARAMS to the current list of compiler parameters. */ -extern void add_params +extern void add_params PARAMS ((const param_info params[], size_t n)); /* Set the VALUE associated with the parameter given by NAME. */ @@ -75,14 +75,14 @@ typedef enum compiler_param #define DEFPARAM(enumerator, option, msgid, default) \ enumerator, #include "params.def" -#undef DEFPARAM +#undef DEFPARAM LAST_PARAM } compiler_param; /* The value of the parameter given by ENUM. */ #define PARAM_VALUE(ENUM) \ (compiler_params[(int) ENUM].value) - + /* Macros for the various parameters. */ #define MAX_INLINE_INSNS_SINGLE \ PARAM_VALUE (PARAM_MAX_INLINE_INSNS_SINGLE) -- cgit v1.2.1