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. --- vpath.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vpath.c') diff --git a/vpath.c b/vpath.c index 0945240..85e8c0a 100644 --- a/vpath.c +++ b/vpath.c @@ -48,7 +48,8 @@ static struct vpath *general_vpath; static struct vpath *gpaths; -static int selective_vpath_search PARAMS ((struct vpath *path, char **file, FILE_TIMESTAMP *mtime_ptr)); +static int selective_vpath_search (struct vpath *path, char **file, + FILE_TIMESTAMP *mtime_ptr); /* Reverse the chain of selective VPATH lists so they will be searched in the order given in the makefiles -- cgit v1.2.3