From f222b19158a91b121af29a6a8eb5d74aa591078a Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 7 Apr 2006 01:43:44 +0000 Subject: Code cleanup: Remove all references to PARAMS() & ansi2knr. --- implicit.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'implicit.c') diff --git a/implicit.c b/implicit.c index 014828f..1cfd58c 100644 --- a/implicit.c +++ b/implicit.c @@ -25,9 +25,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "job.h" /* struct child, used inside commands.h */ #include "commands.h" /* set_file_variables */ -static int -pattern_search PARAMS ((struct file *file, int archive, - unsigned int depth, unsigned int recursions)); +static int pattern_search (struct file *file, int archive, + unsigned int depth, unsigned int recursions); /* For a FILE which has no commands specified, try to figure out some from the implicit pattern rules. -- cgit v1.2.3